Shades of Forest Green #2D9008
Tints of Forest Green #2D9008
RGB
CMYK
RGB Variations
Color information
#2D9008 (or 0x2D9008) is known color: Forest Green. HEX triplet: 2D, 90 and 08. RGB value is (45,144,8). Sum of RGB (Red+Green+Blue) = 45+144+8=197 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.84% from 197); Green value is 144 (56.64% from 255 or 73.10% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 144 - color contains mainly: green. Hex color #2D9008 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9008 is #D26FF7. Grayscale: #636363. Windows color (decimal): -13791224 or 561197. OLE color: 561197.
HSL color Cylindrical-coordinate representation of color #2D9008: hue angle of 103.68º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D9008 is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 45 | 144 | 8 | - |
| CMYK | 0.69 | 0 | 0.94 | 0.44 |
| HSL | 103.68º | 0.89% | 0.3% | - |
| HSV(B) | 103.68º | 0.94% | 0.56% | - |
| XYZ | 11.1 | 20.52 | 3.61 | - |
| YUV | 98.9 | 76.7 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 144 | 8 | 0.69 | 0 | 0.94 | 0.44 | 103.68 | 0.89 | 0.3 |
| Hex | 2D | 90 | 8 | 45 | 0 | 5E | 2C | 68 | 59 | 1E |
| Octal | 55 | 220 | 10 | 105 | 0 | 136 | 54 | 150 | 131 | 36 |
| Binary | 101101 | 10010000 | 1000 | 1000101 | 0 | 1011110 | 101100 | 1101000 | 1011001 | 11110 |
Color Harmonies of #2D9008
Complementary color
Monochromatic Colors of #2D9008
Black with #2D9008
Text Example
Text Example
White with #2D9008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9008; }
p { color: rgb(45,144,8); }
H1.HeaderClassName
{
color: #2D9008;
}
.AnyTagClassName
{
color: #2D9008;
}
</style>
background-color css
<style>
a { background-color: #2D9008; }
a { background-color: rgb(45,144,8); }
div.DivClassName
{
background-color: #2D9008;
}
.BgClassName
{
background-color: #2D9008;
}
</style>
border-color css
<style>
span { border-color: #2D9008; }
span { border-color: rgb(45,144,8); }
td.TdClassName
{
border-color: #2D9008;
}
.TagClassName
{
border-color: #2D9008;
}
</style>