Shades of Green #0D720B
Tints of Green #0D720B
RGB
CMYK
RGB Variations
Color information
#0D720B (or 0x0D720B) is known color: Green. HEX triplet: 0D, 72 and 0B. RGB value is (13,114,11). Sum of RGB (Red+Green+Blue) = 13+114+11=138 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.42% from 138); Green value is 114 (44.92% from 255 or 82.61% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 114 - color contains mainly: green. Hex color #0D720B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D720B is #F28DF4. Grayscale: #484848. Windows color (decimal): -15896053 or 750093. OLE color: 750093.
HSL color Cylindrical-coordinate representation of color #0D720B: hue angle of 118.83º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D720B is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 114 | 11 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.55 |
| HSL | 118.83º | 0.82% | 0.25% | - |
| HSV(B) | 118.83º | 0.9% | 0.45% | - |
| XYZ | 6.24 | 12.14 | 2.33 | - |
| YUV | 72.06 | 93.54 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 114 | 11 | 0.89 | 0 | 0.90 | 0.55 | 118.83 | 0.82 | 0.25 |
| Hex | D | 72 | B | 59 | 0 | 5A | 37 | 77 | 52 | 19 |
| Octal | 15 | 162 | 13 | 131 | 0 | 132 | 67 | 167 | 122 | 31 |
| Binary | 1101 | 1110010 | 1011 | 1011001 | 0 | 1011010 | 110111 | 1110111 | 1010010 | 11001 |
Color Harmonies of #0D720B
Complementary color
Monochromatic Colors of #0D720B
Black with #0D720B
Text Example
Text Example
White with #0D720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D720B; }
p { color: rgb(13,114,11); }
H1.HeaderClassName
{
color: #0D720B;
}
.AnyTagClassName
{
color: #0D720B;
}
</style>
background-color css
<style>
a { background-color: #0D720B; }
a { background-color: rgb(13,114,11); }
div.DivClassName
{
background-color: #0D720B;
}
.BgClassName
{
background-color: #0D720B;
}
</style>
border-color css
<style>
span { border-color: #0D720B; }
span { border-color: rgb(13,114,11); }
td.TdClassName
{
border-color: #0D720B;
}
.TagClassName
{
border-color: #0D720B;
}
</style>