Shades of Forest Green #2A9F02
Tints of Forest Green #2A9F02
RGB
CMYK
RGB Variations
Color information
#2A9F02 (or 0x2A9F02) is known color: Forest Green. HEX triplet: 2A, 9F and 02. RGB value is (42,159,2). Sum of RGB (Red+Green+Blue) = 42+159+2=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 159 (62.5% from 255 or 78.33% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 159 - color contains mainly: green. Hex color #2A9F02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A9F02 is #D560FD. Grayscale: #6A6A6A. Windows color (decimal): -13983998 or 171818. OLE color: 171818.
HSL color Cylindrical-coordinate representation of color #2A9F02: hue angle of 104.71º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A9F02 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 159 | 2 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.38 |
| HSL | 104.71º | 0.98% | 0.32% | - |
| HSV(B) | 104.71º | 0.99% | 0.62% | - |
| XYZ | 13.36 | 25.29 | 4.24 | - |
| YUV | 106.12 | 69.24 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 159 | 2 | 0.74 | 0 | 0.99 | 0.38 | 104.71 | 0.98 | 0.32 |
| Hex | 2A | 9F | 2 | 4A | 0 | 63 | 26 | 69 | 62 | 20 |
| Octal | 52 | 237 | 2 | 112 | 0 | 143 | 46 | 151 | 142 | 40 |
| Binary | 101010 | 10011111 | 10 | 1001010 | 0 | 1100011 | 100110 | 1101001 | 1100010 | 100000 |
Color Harmonies of #2A9F02
Complementary color
Monochromatic Colors of #2A9F02
Black with #2A9F02
Text Example
Text Example
White with #2A9F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9F02; }
p { color: rgb(42,159,2); }
H1.HeaderClassName
{
color: #2A9F02;
}
.AnyTagClassName
{
color: #2A9F02;
}
</style>
background-color css
<style>
a { background-color: #2A9F02; }
a { background-color: rgb(42,159,2); }
div.DivClassName
{
background-color: #2A9F02;
}
.BgClassName
{
background-color: #2A9F02;
}
</style>
border-color css
<style>
span { border-color: #2A9F02; }
span { border-color: rgb(42,159,2); }
td.TdClassName
{
border-color: #2A9F02;
}
.TagClassName
{
border-color: #2A9F02;
}
</style>