Shades of Forest Green #0D912F
Tints of Forest Green #0D912F
RGB
CMYK
RGB Variations
Color information
#0D912F (or 0x0D912F) is known color: Forest Green. HEX triplet: 0D, 91 and 2F. RGB value is (13,145,47). Sum of RGB (Red+Green+Blue) = 13+145+47=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 145 (57.03% from 255 or 70.73% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 145 - color contains mainly: green. Hex color #0D912F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D912F is #F26ED0. Grayscale: #5E5E5E. Windows color (decimal): -15888081 or 3117325. OLE color: 3117325.
HSL color Cylindrical-coordinate representation of color #0D912F: hue angle of 135.45º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D912F is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 145 | 47 | - |
| CMYK | 0.91 | 0 | 0.68 | 0.43 |
| HSL | 135.45º | 0.84% | 0.31% | - |
| HSV(B) | 135.45º | 0.91% | 0.57% | - |
| XYZ | 10.8 | 20.54 | 6.08 | - |
| YUV | 94.36 | 101.27 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 145 | 47 | 0.91 | 0 | 0.68 | 0.43 | 135.45 | 0.84 | 0.31 |
| Hex | D | 91 | 2F | 5B | 0 | 44 | 2B | 87 | 54 | 1F |
| Octal | 15 | 221 | 57 | 133 | 0 | 104 | 53 | 207 | 124 | 37 |
| Binary | 1101 | 10010001 | 101111 | 1011011 | 0 | 1000100 | 101011 | 10000111 | 1010100 | 11111 |
Color Harmonies of #0D912F
Complementary color
Monochromatic Colors of #0D912F
Black with #0D912F
Text Example
Text Example
White with #0D912F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D912F; }
p { color: rgb(13,145,47); }
H1.HeaderClassName
{
color: #0D912F;
}
.AnyTagClassName
{
color: #0D912F;
}
</style>
background-color css
<style>
a { background-color: #0D912F; }
a { background-color: rgb(13,145,47); }
div.DivClassName
{
background-color: #0D912F;
}
.BgClassName
{
background-color: #0D912F;
}
</style>
border-color css
<style>
span { border-color: #0D912F; }
span { border-color: rgb(13,145,47); }
td.TdClassName
{
border-color: #0D912F;
}
.TagClassName
{
border-color: #0D912F;
}
</style>