Shades of Forest Green #2A9024
Tints of Forest Green #2A9024
RGB
CMYK
RGB Variations
Color information
#2A9024 (or 0x2A9024) is known color: Forest Green. HEX triplet: 2A, 90 and 24. RGB value is (42,144,36). Sum of RGB (Red+Green+Blue) = 42+144+36=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 144 (56.64% from 255 or 64.86% from 222); Blue value is 36 (14.45% from 255 or 16.22% from 222); Max value from RGB is 144 - color contains mainly: green. Hex color #2A9024 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9024 is #D56FDB. Grayscale: #656565. Windows color (decimal): -13987804 or 2396202. OLE color: 2396202.
HSL color Cylindrical-coordinate representation of color #2A9024: hue angle of 116.67º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A9024 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 144 | 36 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.44 |
| HSL | 116.67º | 0.6% | 0.35% | - |
| HSV(B) | 116.67º | 0.75% | 0.56% | - |
| XYZ | 11.25 | 20.57 | 5.05 | - |
| YUV | 101.19 | 91.21 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 144 | 36 | 0.71 | 0 | 0.75 | 0.44 | 116.67 | 0.6 | 0.35 |
| Hex | 2A | 90 | 24 | 47 | 0 | 4B | 2C | 75 | 3C | 23 |
| Octal | 52 | 220 | 44 | 107 | 0 | 113 | 54 | 165 | 74 | 43 |
| Binary | 101010 | 10010000 | 100100 | 1000111 | 0 | 1001011 | 101100 | 1110101 | 111100 | 100011 |
Color Harmonies of #2A9024
Complementary color
Monochromatic Colors of #2A9024
Black with #2A9024
Text Example
Text Example
White with #2A9024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9024; }
p { color: rgb(42,144,36); }
H1.HeaderClassName
{
color: #2A9024;
}
.AnyTagClassName
{
color: #2A9024;
}
</style>
background-color css
<style>
a { background-color: #2A9024; }
a { background-color: rgb(42,144,36); }
div.DivClassName
{
background-color: #2A9024;
}
.BgClassName
{
background-color: #2A9024;
}
</style>
border-color css
<style>
span { border-color: #2A9024; }
span { border-color: rgb(42,144,36); }
td.TdClassName
{
border-color: #2A9024;
}
.TagClassName
{
border-color: #2A9024;
}
</style>