Shades of Forest Green #2D9E0E
Tints of Forest Green #2D9E0E
RGB
CMYK
RGB Variations
Color information
#2D9E0E (or 0x2D9E0E) is known color: Forest Green. HEX triplet: 2D, 9E and 0E. RGB value is (45,158,14). Sum of RGB (Red+Green+Blue) = 45+158+14=217 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.74% from 217); Green value is 158 (62.11% from 255 or 72.81% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 158 - color contains mainly: green. Hex color #2D9E0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9E0E is #D261F1. Grayscale: #6C6C6C. Windows color (decimal): -13787634 or 957997. OLE color: 957997.
HSL color Cylindrical-coordinate representation of color #2D9E0E: hue angle of 107.08º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D9E0E is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 158 | 14 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.38 |
| HSL | 107.08º | 0.84% | 0.34% | - |
| HSV(B) | 107.08º | 0.91% | 0.62% | - |
| XYZ | 13.39 | 25.04 | 4.54 | - |
| YUV | 107.8 | 75.06 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 158 | 14 | 0.72 | 0 | 0.91 | 0.38 | 107.08 | 0.84 | 0.34 |
| Hex | 2D | 9E | E | 48 | 0 | 5B | 26 | 6B | 54 | 22 |
| Octal | 55 | 236 | 16 | 110 | 0 | 133 | 46 | 153 | 124 | 42 |
| Binary | 101101 | 10011110 | 1110 | 1001000 | 0 | 1011011 | 100110 | 1101011 | 1010100 | 100010 |
Color Harmonies of #2D9E0E
Complementary color
Monochromatic Colors of #2D9E0E
Black with #2D9E0E
Text Example
Text Example
White with #2D9E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9E0E; }
p { color: rgb(45,158,14); }
H1.HeaderClassName
{
color: #2D9E0E;
}
.AnyTagClassName
{
color: #2D9E0E;
}
</style>
background-color css
<style>
a { background-color: #2D9E0E; }
a { background-color: rgb(45,158,14); }
div.DivClassName
{
background-color: #2D9E0E;
}
.BgClassName
{
background-color: #2D9E0E;
}
</style>
border-color css
<style>
span { border-color: #2D9E0E; }
span { border-color: rgb(45,158,14); }
td.TdClassName
{
border-color: #2D9E0E;
}
.TagClassName
{
border-color: #2D9E0E;
}
</style>