#2E900C

Color #2E900C Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #2E900C

Tints of Forest Green #2E900C

Color information

#2E900C (or 0x2E900C) is unknown color: approx Forest Green. HEX triplet: 2E, 90 and 0C. RGB value is (46,144,12). Sum of RGB (Red+Green+Blue) = 46+144+12=202 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.77% from 202); Green value is 144 (56.64% from 255 or 71.29% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 144 - color contains mainly: green. Hex color #2E900C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E900C is #D16FF3. Grayscale: #646464. Windows color (decimal): -13725684 or 823342. OLE color: 823342.

HSL color Cylindrical-coordinate representation of color #2E900C: hue angle of 104.55º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2E900C is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB4614412-
CMYK0.6800.920.44
HSL104.55º84.62%30.59%-
HSV(B)104.55º91.67%56.47%-
XYZ11.1720.553.73-
YUV99.6578.5389.73-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.77%
GREEN value IS 144 (56.64% from 255) = 71.29%
BLUE value IS 12 (5.08% from 255) = 5.94%
R=22.77%
G=71.29%
B=5.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal46144120.6800.920.44104.5584.6230.59
Hex2E90C4405C2C69551f
Octal562201410401345415112537
Binary1011101001000011001000100010111001011001101001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E900C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,144,12); }

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

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

 a { background-color: rgb(46,144,12); }

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

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

 span { border-color: rgb(46,144,12); }

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