Shades of Green #0D600F
Tints of Green #0D600F
RGB
CMYK
RGB Variations
Color information
#0D600F (or 0x0D600F) is known color: Green. HEX triplet: 0D, 60 and 0F. RGB value is (13,96,15). Sum of RGB (Red+Green+Blue) = 13+96+15=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 96 (37.89% from 255 or 77.42% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 96 - color contains mainly: green. Hex color #0D600F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D600F is #F29FF0. Grayscale: #3E3E3E. Windows color (decimal): -15900657 or 1007629. OLE color: 1007629.
HSL color Cylindrical-coordinate representation of color #0D600F: hue angle of 121.45º 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 #0D600F is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 96 | 15 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.62 |
| HSL | 121.45º | 0.76% | 0.21% | - |
| HSV(B) | 121.45º | 0.86% | 0.38% | - |
| XYZ | 4.44 | 8.49 | 1.86 | - |
| YUV | 61.95 | 101.5 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 96 | 15 | 0.86 | 0 | 0.84 | 0.62 | 121.45 | 0.76 | 0.21 |
| Hex | D | 60 | F | 56 | 0 | 54 | 3E | 79 | 4C | 15 |
| Octal | 15 | 140 | 17 | 126 | 0 | 124 | 76 | 171 | 114 | 25 |
| Binary | 1101 | 1100000 | 1111 | 1010110 | 0 | 1010100 | 111110 | 1111001 | 1001100 | 10101 |
Color Harmonies of #0D600F
Complementary color
Monochromatic Colors of #0D600F
Black with #0D600F
Text Example
Text Example
White with #0D600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D600F; }
p { color: rgb(13,96,15); }
H1.HeaderClassName
{
color: #0D600F;
}
.AnyTagClassName
{
color: #0D600F;
}
</style>
background-color css
<style>
a { background-color: #0D600F; }
a { background-color: rgb(13,96,15); }
div.DivClassName
{
background-color: #0D600F;
}
.BgClassName
{
background-color: #0D600F;
}
</style>
border-color css
<style>
span { border-color: #0D600F; }
span { border-color: rgb(13,96,15); }
td.TdClassName
{
border-color: #0D600F;
}
.TagClassName
{
border-color: #0D600F;
}
</style>