#2A9F11

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

Shades of Forest Green #2A9F11

Tints of Forest Green #2A9F11

Color information

#2A9F11 (or 0x2A9F11) is unknown color: approx Forest Green. HEX triplet: 2A, 9F and 11. RGB value is (42,159,17). Sum of RGB (Red+Green+Blue) = 42+159+17=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 159 (62.5% from 255 or 72.94% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 159 - color contains mainly: green. Hex color #2A9F11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A9F11 is #D560EE. Grayscale: #6C6C6C. Windows color (decimal): -13983983 or 1154858. OLE color: 1154858.

HSL color Cylindrical-coordinate representation of color #2A9F11: hue angle of 109.44º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A9F11 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB4215917-
CMYK0.7400.890.38
HSL109.44º80.68%34.51%-
HSV(B)109.44º89.31%62.35%-
XYZ13.4525.334.71-
YUV107.8376.7481.05-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.27%
GREEN value IS 159 (62.5% from 255) = 72.94%
BLUE value IS 17 (7.03% from 255) = 7.80%
R=19.27%
G=72.94%
B=7.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42159170.7400.890.38109.4480.6834.51
Hex2A9F114A059266d5123
Octal522372111201314615512143
Binary101010100111111000110010100101100110011011011011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,159,17); }

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

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

 a { background-color: rgb(42,159,17); }

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

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

 span { border-color: rgb(42,159,17); }

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