Shades of Green #0D600D
Tints of Green #0D600D
RGB
CMYK
RGB Variations
Color information
#0D600D (or 0x0D600D) is known color: Green. HEX triplet: 0D, 60 and 0D. RGB value is (13,96,13). Sum of RGB (Red+Green+Blue) = 13+96+13=122 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.66% from 122); Green value is 96 (37.89% from 255 or 78.69% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 96 - color contains mainly: green. Hex color #0D600D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D600D is #F29FF2. Grayscale: #3D3D3D. Windows color (decimal): -15900659 or 876557. OLE color: 876557.
HSL color Cylindrical-coordinate representation of color #0D600D: hue angle of 120º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D600D is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 96 | 13 | - |
| CMYK | 0.86 | 0 | 0.86 | 0.62 |
| HSL | 120º | 0.76% | 0.21% | - |
| HSV(B) | 120º | 0.86% | 0.38% | - |
| XYZ | 4.42 | 8.48 | 1.78 | - |
| YUV | 61.72 | 100.5 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 96 | 13 | 0.86 | 0 | 0.86 | 0.62 | 120 | 0.76 | 0.21 |
| Hex | D | 60 | D | 56 | 0 | 56 | 3E | 78 | 4C | 15 |
| Octal | 15 | 140 | 15 | 126 | 0 | 126 | 76 | 170 | 114 | 25 |
| Binary | 1101 | 1100000 | 1101 | 1010110 | 0 | 1010110 | 111110 | 1111000 | 1001100 | 10101 |
Color Harmonies of #0D600D
Complementary color
Monochromatic Colors of #0D600D
Black with #0D600D
Text Example
Text Example
White with #0D600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D600D; }
p { color: rgb(13,96,13); }
H1.HeaderClassName
{
color: #0D600D;
}
.AnyTagClassName
{
color: #0D600D;
}
</style>
background-color css
<style>
a { background-color: #0D600D; }
a { background-color: rgb(13,96,13); }
div.DivClassName
{
background-color: #0D600D;
}
.BgClassName
{
background-color: #0D600D;
}
</style>
border-color css
<style>
span { border-color: #0D600D; }
span { border-color: rgb(13,96,13); }
td.TdClassName
{
border-color: #0D600D;
}
.TagClassName
{
border-color: #0D600D;
}
</style>