Shades of Forest Green #2D9E04
Tints of Forest Green #2D9E04
RGB
CMYK
RGB Variations
Color information
#2D9E04 (or 0x2D9E04) is known color: Forest Green. HEX triplet: 2D, 9E and 04. RGB value is (45,158,4). Sum of RGB (Red+Green+Blue) = 45+158+4=207 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.74% from 207); Green value is 158 (62.11% from 255 or 76.33% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 158 - color contains mainly: green. Hex color #2D9E04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9E04 is #D261FB. Grayscale: #6B6B6B. Windows color (decimal): -13787644 or 302637. OLE color: 302637.
HSL color Cylindrical-coordinate representation of color #2D9E04: hue angle of 104.03º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D9E04 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 158 | 4 | - |
| CMYK | 0.72 | 0 | 0.97 | 0.38 |
| HSL | 104.03º | 0.95% | 0.32% | - |
| HSV(B) | 104.03º | 0.97% | 0.62% | - |
| XYZ | 13.33 | 25.02 | 4.24 | - |
| YUV | 106.66 | 70.06 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 158 | 4 | 0.72 | 0 | 0.97 | 0.38 | 104.03 | 0.95 | 0.32 |
| Hex | 2D | 9E | 4 | 48 | 0 | 61 | 26 | 68 | 5F | 20 |
| Octal | 55 | 236 | 4 | 110 | 0 | 141 | 46 | 150 | 137 | 40 |
| Binary | 101101 | 10011110 | 100 | 1001000 | 0 | 1100001 | 100110 | 1101000 | 1011111 | 100000 |
Color Harmonies of #2D9E04
Complementary color
Monochromatic Colors of #2D9E04
Black with #2D9E04
Text Example
Text Example
White with #2D9E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9E04; }
p { color: rgb(45,158,4); }
H1.HeaderClassName
{
color: #2D9E04;
}
.AnyTagClassName
{
color: #2D9E04;
}
</style>
background-color css
<style>
a { background-color: #2D9E04; }
a { background-color: rgb(45,158,4); }
div.DivClassName
{
background-color: #2D9E04;
}
.BgClassName
{
background-color: #2D9E04;
}
</style>
border-color css
<style>
span { border-color: #2D9E04; }
span { border-color: rgb(45,158,4); }
td.TdClassName
{
border-color: #2D9E04;
}
.TagClassName
{
border-color: #2D9E04;
}
</style>