Shades of Forest Green #0E9D2D
Tints of Forest Green #0E9D2D
RGB
CMYK
RGB Variations
Color information
#0E9D2D (or 0x0E9D2D) is known color: Forest Green. HEX triplet: 0E, 9D and 2D. RGB value is (14,157,45). Sum of RGB (Red+Green+Blue) = 14+157+45=216 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.48% from 216); Green value is 157 (61.72% from 255 or 72.69% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 157 - color contains mainly: green. Hex color #0E9D2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9D2D is #F162D2. Grayscale: #656565. Windows color (decimal): -15819475 or 2989326. OLE color: 2989326.
HSL color Cylindrical-coordinate representation of color #0E9D2D: hue angle of 133.01º 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 #0E9D2D is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 157 | 45 | - |
| CMYK | 0.91 | 0 | 0.71 | 0.38 |
| HSL | 133.01º | 0.84% | 0.34% | - |
| HSV(B) | 133.01º | 0.91% | 0.62% | - |
| XYZ | 12.71 | 24.4 | 6.52 | - |
| YUV | 101.48 | 96.12 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 157 | 45 | 0.91 | 0 | 0.71 | 0.38 | 133.01 | 0.84 | 0.34 |
| Hex | E | 9D | 2D | 5B | 0 | 47 | 26 | 85 | 54 | 22 |
| Octal | 16 | 235 | 55 | 133 | 0 | 107 | 46 | 205 | 124 | 42 |
| Binary | 1110 | 10011101 | 101101 | 1011011 | 0 | 1000111 | 100110 | 10000101 | 1010100 | 100010 |
Color Harmonies of #0E9D2D
Complementary color
Monochromatic Colors of #0E9D2D
Black with #0E9D2D
Text Example
Text Example
White with #0E9D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9D2D; }
p { color: rgb(14,157,45); }
H1.HeaderClassName
{
color: #0E9D2D;
}
.AnyTagClassName
{
color: #0E9D2D;
}
</style>
background-color css
<style>
a { background-color: #0E9D2D; }
a { background-color: rgb(14,157,45); }
div.DivClassName
{
background-color: #0E9D2D;
}
.BgClassName
{
background-color: #0E9D2D;
}
</style>
border-color css
<style>
span { border-color: #0E9D2D; }
span { border-color: rgb(14,157,45); }
td.TdClassName
{
border-color: #0E9D2D;
}
.TagClassName
{
border-color: #0E9D2D;
}
</style>