Shades of Green #0D720F
Tints of Green #0D720F
RGB
CMYK
RGB Variations
Color information
#0D720F (or 0x0D720F) is known color: Green. HEX triplet: 0D, 72 and 0F. RGB value is (13,114,15). Sum of RGB (Red+Green+Blue) = 13+114+15=142 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.15% from 142); Green value is 114 (44.92% from 255 or 80.28% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 114 - color contains mainly: green. Hex color #0D720F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D720F is #F28DF0. Grayscale: #484848. Windows color (decimal): -15896049 or 1012237. OLE color: 1012237.
HSL color Cylindrical-coordinate representation of color #0D720F: hue angle of 121.19º 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 #0D720F is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 114 | 15 | - |
| CMYK | 0.89 | 0 | 0.87 | 0.55 |
| HSL | 121.19º | 0.8% | 0.25% | - |
| HSV(B) | 121.19º | 0.89% | 0.45% | - |
| XYZ | 6.27 | 12.15 | 2.47 | - |
| YUV | 72.52 | 95.54 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 114 | 15 | 0.89 | 0 | 0.87 | 0.55 | 121.19 | 0.8 | 0.25 |
| Hex | D | 72 | F | 59 | 0 | 57 | 37 | 79 | 50 | 19 |
| Octal | 15 | 162 | 17 | 131 | 0 | 127 | 67 | 171 | 120 | 31 |
| Binary | 1101 | 1110010 | 1111 | 1011001 | 0 | 1010111 | 110111 | 1111001 | 1010000 | 11001 |
Color Harmonies of #0D720F
Complementary color
Monochromatic Colors of #0D720F
Black with #0D720F
Text Example
Text Example
White with #0D720F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D720F; }
p { color: rgb(13,114,15); }
H1.HeaderClassName
{
color: #0D720F;
}
.AnyTagClassName
{
color: #0D720F;
}
</style>
background-color css
<style>
a { background-color: #0D720F; }
a { background-color: rgb(13,114,15); }
div.DivClassName
{
background-color: #0D720F;
}
.BgClassName
{
background-color: #0D720F;
}
</style>
border-color css
<style>
span { border-color: #0D720F; }
span { border-color: rgb(13,114,15); }
td.TdClassName
{
border-color: #0D720F;
}
.TagClassName
{
border-color: #0D720F;
}
</style>