Shades of Green #0D7211
Tints of Green #0D7211
RGB
CMYK
RGB Variations
Color information
#0D7211 (or 0x0D7211) is known color: Green. HEX triplet: 0D, 72 and 11. RGB value is (13,114,17). Sum of RGB (Red+Green+Blue) = 13+114+17=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 114 (44.92% from 255 or 79.17% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 114 - color contains mainly: green. Hex color #0D7211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7211 is #F28DEE. Grayscale: #494949. Windows color (decimal): -15896047 or 1143309. OLE color: 1143309.
HSL color Cylindrical-coordinate representation of color #0D7211: hue angle of 122.38º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7211 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 114 | 17 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.55 |
| HSL | 122.38º | 0.8% | 0.25% | - |
| HSV(B) | 122.38º | 0.89% | 0.45% | - |
| XYZ | 6.28 | 12.16 | 2.55 | - |
| YUV | 72.74 | 96.54 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 114 | 17 | 0.89 | 0 | 0.85 | 0.55 | 122.38 | 0.8 | 0.25 |
| Hex | D | 72 | 11 | 59 | 0 | 55 | 37 | 7A | 50 | 19 |
| Octal | 15 | 162 | 21 | 131 | 0 | 125 | 67 | 172 | 120 | 31 |
| Binary | 1101 | 1110010 | 10001 | 1011001 | 0 | 1010101 | 110111 | 1111010 | 1010000 | 11001 |
Color Harmonies of #0D7211
Complementary color
Monochromatic Colors of #0D7211
Black with #0D7211
Text Example
Text Example
White with #0D7211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7211; }
p { color: rgb(13,114,17); }
H1.HeaderClassName
{
color: #0D7211;
}
.AnyTagClassName
{
color: #0D7211;
}
</style>
background-color css
<style>
a { background-color: #0D7211; }
a { background-color: rgb(13,114,17); }
div.DivClassName
{
background-color: #0D7211;
}
.BgClassName
{
background-color: #0D7211;
}
</style>
border-color css
<style>
span { border-color: #0D7211; }
span { border-color: rgb(13,114,17); }
td.TdClassName
{
border-color: #0D7211;
}
.TagClassName
{
border-color: #0D7211;
}
</style>