Shades of Forest Green #0D9D1D
Tints of Forest Green #0D9D1D
RGB
CMYK
RGB Variations
Color information
#0D9D1D (or 0x0D9D1D) is known color: Forest Green. HEX triplet: 0D, 9D and 1D. RGB value is (13,157,29). Sum of RGB (Red+Green+Blue) = 13+157+29=199 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.53% from 199); Green value is 157 (61.72% from 255 or 78.89% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 157 - color contains mainly: green. Hex color #0D9D1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9D1D is #F262E2. Grayscale: #636363. Windows color (decimal): -15885027 or 1940749. OLE color: 1940749.
HSL color Cylindrical-coordinate representation of color #0D9D1D: hue angle of 126.67º 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 #0D9D1D is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 157 | 29 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.38 |
| HSL | 126.67º | 0.85% | 0.33% | - |
| HSV(B) | 126.67º | 0.92% | 0.62% | - |
| XYZ | 12.44 | 24.29 | 5.19 | - |
| YUV | 99.35 | 88.29 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 157 | 29 | 0.92 | 0 | 0.82 | 0.38 | 126.67 | 0.85 | 0.33 |
| Hex | D | 9D | 1D | 5C | 0 | 52 | 26 | 7F | 55 | 21 |
| Octal | 15 | 235 | 35 | 134 | 0 | 122 | 46 | 177 | 125 | 41 |
| Binary | 1101 | 10011101 | 11101 | 1011100 | 0 | 1010010 | 100110 | 1111111 | 1010101 | 100001 |
Color Harmonies of #0D9D1D
Complementary color
Monochromatic Colors of #0D9D1D
Black with #0D9D1D
Text Example
Text Example
White with #0D9D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9D1D; }
p { color: rgb(13,157,29); }
H1.HeaderClassName
{
color: #0D9D1D;
}
.AnyTagClassName
{
color: #0D9D1D;
}
</style>
background-color css
<style>
a { background-color: #0D9D1D; }
a { background-color: rgb(13,157,29); }
div.DivClassName
{
background-color: #0D9D1D;
}
.BgClassName
{
background-color: #0D9D1D;
}
</style>
border-color css
<style>
span { border-color: #0D9D1D; }
span { border-color: rgb(13,157,29); }
td.TdClassName
{
border-color: #0D9D1D;
}
.TagClassName
{
border-color: #0D9D1D;
}
</style>