Shades of Forest Green #0D892C
Tints of Forest Green #0D892C
RGB
CMYK
RGB Variations
Color information
#0D892C (or 0x0D892C) is known color: Forest Green. HEX triplet: 0D, 89 and 2C. RGB value is (13,137,44). Sum of RGB (Red+Green+Blue) = 13+137+44=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 137 (53.91% from 255 or 70.62% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 137 - color contains mainly: green. Hex color #0D892C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D892C is #F276D3. Grayscale: #595959. Windows color (decimal): -15890132 or 2918669. OLE color: 2918669.
HSL color Cylindrical-coordinate representation of color #0D892C: hue angle of 135º 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 #0D892C is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 137 | 44 | - |
| CMYK | 0.91 | 0 | 0.68 | 0.46 |
| HSL | 135º | 0.83% | 0.29% | - |
| HSV(B) | 135º | 0.91% | 0.54% | - |
| XYZ | 9.57 | 18.16 | 5.38 | - |
| YUV | 89.32 | 102.42 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 137 | 44 | 0.91 | 0 | 0.68 | 0.46 | 135 | 0.83 | 0.29 |
| Hex | D | 89 | 2C | 5B | 0 | 44 | 2E | 87 | 53 | 1D |
| Octal | 15 | 211 | 54 | 133 | 0 | 104 | 56 | 207 | 123 | 35 |
| Binary | 1101 | 10001001 | 101100 | 1011011 | 0 | 1000100 | 101110 | 10000111 | 1010011 | 11101 |
Color Harmonies of #0D892C
Complementary color
Monochromatic Colors of #0D892C
Black with #0D892C
Text Example
Text Example
White with #0D892C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D892C; }
p { color: rgb(13,137,44); }
H1.HeaderClassName
{
color: #0D892C;
}
.AnyTagClassName
{
color: #0D892C;
}
</style>
background-color css
<style>
a { background-color: #0D892C; }
a { background-color: rgb(13,137,44); }
div.DivClassName
{
background-color: #0D892C;
}
.BgClassName
{
background-color: #0D892C;
}
</style>
border-color css
<style>
span { border-color: #0D892C; }
span { border-color: rgb(13,137,44); }
td.TdClassName
{
border-color: #0D892C;
}
.TagClassName
{
border-color: #0D892C;
}
</style>