Shades of Forest Green #0D9D1B
Tints of Forest Green #0D9D1B
RGB
CMYK
RGB Variations
Color information
#0D9D1B (or 0x0D9D1B) is known color: Forest Green. HEX triplet: 0D, 9D and 1B. RGB value is (13,157,27). Sum of RGB (Red+Green+Blue) = 13+157+27=197 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.60% from 197); Green value is 157 (61.72% from 255 or 79.70% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 157 - color contains mainly: green. Hex color #0D9D1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9D1B is #F262E4. Grayscale: #636363. Windows color (decimal): -15885029 or 1809677. OLE color: 1809677.
HSL color Cylindrical-coordinate representation of color #0D9D1B: hue angle of 125.83º 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 #0D9D1B is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 157 | 27 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.38 |
| HSL | 125.83º | 0.85% | 0.33% | - |
| HSV(B) | 125.83º | 0.92% | 0.62% | - |
| XYZ | 12.42 | 24.28 | 5.07 | - |
| YUV | 99.12 | 87.29 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 157 | 27 | 0.92 | 0 | 0.83 | 0.38 | 125.83 | 0.85 | 0.33 |
| Hex | D | 9D | 1B | 5C | 0 | 53 | 26 | 7E | 55 | 21 |
| Octal | 15 | 235 | 33 | 134 | 0 | 123 | 46 | 176 | 125 | 41 |
| Binary | 1101 | 10011101 | 11011 | 1011100 | 0 | 1010011 | 100110 | 1111110 | 1010101 | 100001 |
Color Harmonies of #0D9D1B
Complementary color
Monochromatic Colors of #0D9D1B
Black with #0D9D1B
Text Example
Text Example
White with #0D9D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9D1B; }
p { color: rgb(13,157,27); }
H1.HeaderClassName
{
color: #0D9D1B;
}
.AnyTagClassName
{
color: #0D9D1B;
}
</style>
background-color css
<style>
a { background-color: #0D9D1B; }
a { background-color: rgb(13,157,27); }
div.DivClassName
{
background-color: #0D9D1B;
}
.BgClassName
{
background-color: #0D9D1B;
}
</style>
border-color css
<style>
span { border-color: #0D9D1B; }
span { border-color: rgb(13,157,27); }
td.TdClassName
{
border-color: #0D9D1B;
}
.TagClassName
{
border-color: #0D9D1B;
}
</style>