Shades of Green #0D7112
Tints of Green #0D7112
RGB
CMYK
RGB Variations
Color information
#0D7112 (or 0x0D7112) is known color: Green. HEX triplet: 0D, 71 and 12. RGB value is (13,113,18). Sum of RGB (Red+Green+Blue) = 13+113+18=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 113 (44.53% from 255 or 78.47% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 113 - color contains mainly: green. Hex color #0D7112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7112 is #F28EED. Grayscale: #484848. Windows color (decimal): -15896302 or 1208589. OLE color: 1208589.
HSL color Cylindrical-coordinate representation of color #0D7112: hue angle of 123º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D7112 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 113 | 18 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.56 |
| HSL | 123º | 0.79% | 0.25% | - |
| HSV(B) | 123º | 0.88% | 0.44% | - |
| XYZ | 6.18 | 11.94 | 2.55 | - |
| YUV | 72.27 | 97.37 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 113 | 18 | 0.88 | 0 | 0.84 | 0.56 | 123 | 0.79 | 0.25 |
| Hex | D | 71 | 12 | 58 | 0 | 54 | 38 | 7B | 4F | 19 |
| Octal | 15 | 161 | 22 | 130 | 0 | 124 | 70 | 173 | 117 | 31 |
| Binary | 1101 | 1110001 | 10010 | 1011000 | 0 | 1010100 | 111000 | 1111011 | 1001111 | 11001 |
Color Harmonies of #0D7112
Complementary color
Monochromatic Colors of #0D7112
Black with #0D7112
Text Example
Text Example
White with #0D7112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7112; }
p { color: rgb(13,113,18); }
H1.HeaderClassName
{
color: #0D7112;
}
.AnyTagClassName
{
color: #0D7112;
}
</style>
background-color css
<style>
a { background-color: #0D7112; }
a { background-color: rgb(13,113,18); }
div.DivClassName
{
background-color: #0D7112;
}
.BgClassName
{
background-color: #0D7112;
}
</style>
border-color css
<style>
span { border-color: #0D7112; }
span { border-color: rgb(13,113,18); }
td.TdClassName
{
border-color: #0D7112;
}
.TagClassName
{
border-color: #0D7112;
}
</style>