#2A9F09

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

Shades of Forest Green #2A9F09

Tints of Forest Green #2A9F09

Color information

#2A9F09 (or 0x2A9F09) is unknown color: approx Forest Green. HEX triplet: 2A, 9F and 09. RGB value is (42,159,9). Sum of RGB (Red+Green+Blue) = 42+159+9=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 159 (62.5% from 255 or 75.71% from 210); Blue value is 9 (3.91% from 255 or 4.29% from 210); Max value from RGB is 159 - color contains mainly: green. Hex color #2A9F09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A9F09 is #D560F6. Grayscale: #6B6B6B. Windows color (decimal): -13983991 or 630570. OLE color: 630570.

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

Color convert

RGB421599-
CMYK0.7400.940.38
HSL106.8º89.29%32.94%-
HSV(B)106.8º94.34%62.35%-
XYZ13.425.314.44-
YUV106.9272.7481.7-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20%
GREEN value IS 159 (62.5% from 255) = 75.71%
BLUE value IS 9 (3.91% from 255) = 4.29%
R=20%
G=75.71%
B=4.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4215990.7400.940.38106.889.2932.94
Hex2A9F94A05E266b5921
Octal522371111201364615313141
Binary10101010011111100110010100101111010011011010111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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