#2C903B

Color #2C903B Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #2C903B

Tints of Japanese Laurel #2C903B

Color information

#2C903B (or 0x2C903B) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 90 and 3B. RGB value is (44,144,59). Sum of RGB (Red+Green+Blue) = 44+144+59=247 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.81% from 247); Green value is 144 (56.64% from 255 or 58.30% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 144 - color contains mainly: green. Hex color #2C903B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C903B is #D36FC4. Grayscale: #686868. Windows color (decimal): -13856709 or 3903532. OLE color: 3903532.

HSL color Cylindrical-coordinate representation of color #2C903B: hue angle of 129º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C903B is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB4414459-
CMYK0.6900.590.44
HSL129º53.19%36.86%-
HSV(B)129º69.44%56.47%-
XYZ11.820.87.53-
YUV104.41102.3784.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 17.81%
GREEN value IS 144 (56.64% from 255) = 58.30%
BLUE value IS 59 (23.44% from 255) = 23.89%
R=17.81%
G=58.30%
B=23.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal44144590.6900.590.4412953.1936.86
Hex2C903B4503B2C813525
Octal5422073105073542016545
Binary101100100100001110111000101011101110110010000001110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C903B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C903B; }

 p { color: rgb(44,144,59); }

 H1.HeaderClassName
 {
   color: #2C903B;
 }
 .AnyTagClassName
 {
   color: #2C903B;
 }
</style>
background-color css

<style>
 a { background-color: #2C903B; }

 a { background-color: rgb(44,144,59); }

 div.DivClassName
 {
   background-color: #2C903B;
 }
 .BgClassName
 {
   background-color: #2C903B;
 }
</style>
border-color css

<style>
 span { border-color: #2C903B; }

 span { border-color: rgb(44,144,59); }

 td.TdClassName
 {
   border-color: #2C903B;
 }
 .TagClassName
 {
   border-color: #2C903B;
 }
</style>