Shades of Forest Green #0D9D1E
Tints of Forest Green #0D9D1E
RGB
CMYK
RGB Variations
Color information
#0D9D1E (or 0x0D9D1E) is known color: Forest Green. HEX triplet: 0D, 9D and 1E. RGB value is (13,157,30). Sum of RGB (Red+Green+Blue) = 13+157+30=200 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.5% from 200); Green value is 157 (61.72% from 255 or 78.5% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 157 - color contains mainly: green. Hex color #0D9D1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9D1E is #F262E1. Grayscale: #636363. Windows color (decimal): -15885026 or 2006285. OLE color: 2006285.
HSL color Cylindrical-coordinate representation of color #0D9D1E: hue angle of 127.08º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9D1E is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 157 | 30 | - |
| CMYK | 0.92 | 0 | 0.81 | 0.38 |
| HSL | 127.08º | 0.85% | 0.33% | - |
| HSV(B) | 127.08º | 0.92% | 0.62% | - |
| XYZ | 12.46 | 24.29 | 5.26 | - |
| YUV | 99.47 | 88.79 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 157 | 30 | 0.92 | 0 | 0.81 | 0.38 | 127.08 | 0.85 | 0.33 |
| Hex | D | 9D | 1E | 5C | 0 | 51 | 26 | 7F | 55 | 21 |
| Octal | 15 | 235 | 36 | 134 | 0 | 121 | 46 | 177 | 125 | 41 |
| Binary | 1101 | 10011101 | 11110 | 1011100 | 0 | 1010001 | 100110 | 1111111 | 1010101 | 100001 |
Color Harmonies of #0D9D1E
Complementary color
Monochromatic Colors of #0D9D1E
Black with #0D9D1E
Text Example
Text Example
White with #0D9D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9D1E; }
p { color: rgb(13,157,30); }
H1.HeaderClassName
{
color: #0D9D1E;
}
.AnyTagClassName
{
color: #0D9D1E;
}
</style>
background-color css
<style>
a { background-color: #0D9D1E; }
a { background-color: rgb(13,157,30); }
div.DivClassName
{
background-color: #0D9D1E;
}
.BgClassName
{
background-color: #0D9D1E;
}
</style>
border-color css
<style>
span { border-color: #0D9D1E; }
span { border-color: rgb(13,157,30); }
td.TdClassName
{
border-color: #0D9D1E;
}
.TagClassName
{
border-color: #0D9D1E;
}
</style>