Shades of Forest Green #0D901F
Tints of Forest Green #0D901F
RGB
CMYK
RGB Variations
Color information
#0D901F (or 0x0D901F) is known color: Forest Green. HEX triplet: 0D, 90 and 1F. RGB value is (13,144,31). Sum of RGB (Red+Green+Blue) = 13+144+31=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 144 (56.64% from 255 or 76.60% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 144 - color contains mainly: green. Hex color #0D901F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D901F is #F26FE0. Grayscale: #5C5C5C. Windows color (decimal): -15888353 or 2068493. OLE color: 2068493.
HSL color Cylindrical-coordinate representation of color #0D901F: hue angle of 128.24º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D901F is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 144 | 31 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.44 |
| HSL | 128.24º | 0.83% | 0.31% | - |
| HSV(B) | 128.24º | 0.91% | 0.56% | - |
| XYZ | 10.39 | 20.13 | 4.63 | - |
| YUV | 91.95 | 93.6 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 144 | 31 | 0.91 | 0 | 0.78 | 0.44 | 128.24 | 0.83 | 0.31 |
| Hex | D | 90 | 1F | 5B | 0 | 4E | 2C | 80 | 53 | 1F |
| Octal | 15 | 220 | 37 | 133 | 0 | 116 | 54 | 200 | 123 | 37 |
| Binary | 1101 | 10010000 | 11111 | 1011011 | 0 | 1001110 | 101100 | 10000000 | 1010011 | 11111 |
Color Harmonies of #0D901F
Complementary color
Monochromatic Colors of #0D901F
Black with #0D901F
Text Example
Text Example
White with #0D901F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D901F; }
p { color: rgb(13,144,31); }
H1.HeaderClassName
{
color: #0D901F;
}
.AnyTagClassName
{
color: #0D901F;
}
</style>
background-color css
<style>
a { background-color: #0D901F; }
a { background-color: rgb(13,144,31); }
div.DivClassName
{
background-color: #0D901F;
}
.BgClassName
{
background-color: #0D901F;
}
</style>
border-color css
<style>
span { border-color: #0D901F; }
span { border-color: rgb(13,144,31); }
td.TdClassName
{
border-color: #0D901F;
}
.TagClassName
{
border-color: #0D901F;
}
</style>