Shades of Green #0D700D
Tints of Green #0D700D
RGB
CMYK
RGB Variations
Color information
#0D700D (or 0x0D700D) is known color: Green. HEX triplet: 0D, 70 and 0D. RGB value is (13,112,13). Sum of RGB (Red+Green+Blue) = 13+112+13=138 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.42% from 138); Green value is 112 (44.14% from 255 or 81.16% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 112 - color contains mainly: green. Hex color #0D700D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D700D is #F28FF2. Grayscale: #474747. Windows color (decimal): -15896563 or 880653. OLE color: 880653.
HSL color Cylindrical-coordinate representation of color #0D700D: hue angle of 120º 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 #0D700D is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 112 | 13 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.56 |
| HSL | 120º | 0.79% | 0.25% | - |
| HSV(B) | 120º | 0.88% | 0.44% | - |
| XYZ | 6.03 | 11.7 | 2.32 | - |
| YUV | 71.11 | 95.2 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 112 | 13 | 0.88 | 0 | 0.88 | 0.56 | 120 | 0.79 | 0.25 |
| Hex | D | 70 | D | 58 | 0 | 58 | 38 | 78 | 4F | 19 |
| Octal | 15 | 160 | 15 | 130 | 0 | 130 | 70 | 170 | 117 | 31 |
| Binary | 1101 | 1110000 | 1101 | 1011000 | 0 | 1011000 | 111000 | 1111000 | 1001111 | 11001 |
Color Harmonies of #0D700D
Complementary color
Monochromatic Colors of #0D700D
Black with #0D700D
Text Example
Text Example
White with #0D700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D700D; }
p { color: rgb(13,112,13); }
H1.HeaderClassName
{
color: #0D700D;
}
.AnyTagClassName
{
color: #0D700D;
}
</style>
background-color css
<style>
a { background-color: #0D700D; }
a { background-color: rgb(13,112,13); }
div.DivClassName
{
background-color: #0D700D;
}
.BgClassName
{
background-color: #0D700D;
}
</style>
border-color css
<style>
span { border-color: #0D700D; }
span { border-color: rgb(13,112,13); }
td.TdClassName
{
border-color: #0D700D;
}
.TagClassName
{
border-color: #0D700D;
}
</style>