Shades of Forest Green #0D922C
Tints of Forest Green #0D922C
RGB
CMYK
RGB Variations
Color information
#0D922C (or 0x0D922C) is known color: Forest Green. HEX triplet: 0D, 92 and 2C. RGB value is (13,146,44). Sum of RGB (Red+Green+Blue) = 13+146+44=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 146 (57.42% from 255 or 71.92% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 146 - color contains mainly: green. Hex color #0D922C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D922C is #F26DD3. Grayscale: #5E5E5E. Windows color (decimal): -15887828 or 2920973. OLE color: 2920973.
HSL color Cylindrical-coordinate representation of color #0D922C: hue angle of 133.98º 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 #0D922C is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 146 | 44 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.43 |
| HSL | 133.99º | 0.84% | 0.31% | - |
| HSV(B) | 133.99º | 0.91% | 0.57% | - |
| XYZ | 10.9 | 20.83 | 5.83 | - |
| YUV | 94.61 | 99.44 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 146 | 44 | 0.91 | 0 | 0.70 | 0.43 | 133.99 | 0.84 | 0.31 |
| Hex | D | 92 | 2C | 5B | 0 | 46 | 2B | 86 | 54 | 1F |
| Octal | 15 | 222 | 54 | 133 | 0 | 106 | 53 | 206 | 124 | 37 |
| Binary | 1101 | 10010010 | 101100 | 1011011 | 0 | 1000110 | 101011 | 10000110 | 1010100 | 11111 |
Color Harmonies of #0D922C
Complementary color
Monochromatic Colors of #0D922C
Black with #0D922C
Text Example
Text Example
White with #0D922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D922C; }
p { color: rgb(13,146,44); }
H1.HeaderClassName
{
color: #0D922C;
}
.AnyTagClassName
{
color: #0D922C;
}
</style>
background-color css
<style>
a { background-color: #0D922C; }
a { background-color: rgb(13,146,44); }
div.DivClassName
{
background-color: #0D922C;
}
.BgClassName
{
background-color: #0D922C;
}
</style>
border-color css
<style>
span { border-color: #0D922C; }
span { border-color: rgb(13,146,44); }
td.TdClassName
{
border-color: #0D922C;
}
.TagClassName
{
border-color: #0D922C;
}
</style>