Shades of Forest Green #0D892F
Tints of Forest Green #0D892F
RGB
CMYK
RGB Variations
Color information
#0D892F (or 0x0D892F) is known color: Forest Green. HEX triplet: 0D, 89 and 2F. RGB value is (13,137,47). Sum of RGB (Red+Green+Blue) = 13+137+47=197 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.60% from 197); Green value is 137 (53.91% from 255 or 69.54% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 137 - color contains mainly: green. Hex color #0D892F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D892F is #F276D0. Grayscale: #595959. Windows color (decimal): -15890129 or 3115277. OLE color: 3115277.
HSL color Cylindrical-coordinate representation of color #0D892F: hue angle of 136.45º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D892F is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 137 | 47 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.46 |
| HSL | 136.45º | 0.83% | 0.29% | - |
| HSV(B) | 136.45º | 0.91% | 0.54% | - |
| XYZ | 9.62 | 18.18 | 5.69 | - |
| YUV | 89.66 | 103.92 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 137 | 47 | 0.91 | 0 | 0.66 | 0.46 | 136.45 | 0.83 | 0.29 |
| Hex | D | 89 | 2F | 5B | 0 | 42 | 2E | 88 | 53 | 1D |
| Octal | 15 | 211 | 57 | 133 | 0 | 102 | 56 | 210 | 123 | 35 |
| Binary | 1101 | 10001001 | 101111 | 1011011 | 0 | 1000010 | 101110 | 10001000 | 1010011 | 11101 |
Color Harmonies of #0D892F
Complementary color
Monochromatic Colors of #0D892F
Black with #0D892F
Text Example
Text Example
White with #0D892F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D892F; }
p { color: rgb(13,137,47); }
H1.HeaderClassName
{
color: #0D892F;
}
.AnyTagClassName
{
color: #0D892F;
}
</style>
background-color css
<style>
a { background-color: #0D892F; }
a { background-color: rgb(13,137,47); }
div.DivClassName
{
background-color: #0D892F;
}
.BgClassName
{
background-color: #0D892F;
}
</style>
border-color css
<style>
span { border-color: #0D892F; }
span { border-color: rgb(13,137,47); }
td.TdClassName
{
border-color: #0D892F;
}
.TagClassName
{
border-color: #0D892F;
}
</style>