Shades of Green #0D6002
Tints of Green #0D6002
RGB
CMYK
RGB Variations
Color information
#0D6002 (or 0x0D6002) is known color: Green. HEX triplet: 0D, 60 and 02. RGB value is (13,96,2). Sum of RGB (Red+Green+Blue) = 13+96+2=111 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.71% from 111); Green value is 96 (37.89% from 255 or 86.49% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 96 - color contains mainly: green. Hex color #0D6002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6002 is #F29FFD. Grayscale: #3C3C3C. Windows color (decimal): -15900670 or 155661. OLE color: 155661.
HSL color Cylindrical-coordinate representation of color #0D6002: hue angle of 112.98º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D6002 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 96 | 2 | - |
| CMYK | 0.86 | 0 | 0.98 | 0.62 |
| HSL | 112.98º | 0.96% | 0.19% | - |
| HSV(B) | 112.98º | 0.98% | 0.38% | - |
| XYZ | 4.36 | 8.46 | 1.46 | - |
| YUV | 60.47 | 95 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 96 | 2 | 0.86 | 0 | 0.98 | 0.62 | 112.98 | 0.96 | 0.19 |
| Hex | D | 60 | 2 | 56 | 0 | 62 | 3E | 71 | 60 | 13 |
| Octal | 15 | 140 | 2 | 126 | 0 | 142 | 76 | 161 | 140 | 23 |
| Binary | 1101 | 1100000 | 10 | 1010110 | 0 | 1100010 | 111110 | 1110001 | 1100000 | 10011 |
Color Harmonies of #0D6002
Complementary color
Monochromatic Colors of #0D6002
Black with #0D6002
Text Example
Text Example
White with #0D6002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6002; }
p { color: rgb(13,96,2); }
H1.HeaderClassName
{
color: #0D6002;
}
.AnyTagClassName
{
color: #0D6002;
}
</style>
background-color css
<style>
a { background-color: #0D6002; }
a { background-color: rgb(13,96,2); }
div.DivClassName
{
background-color: #0D6002;
}
.BgClassName
{
background-color: #0D6002;
}
</style>
border-color css
<style>
span { border-color: #0D6002; }
span { border-color: rgb(13,96,2); }
td.TdClassName
{
border-color: #0D6002;
}
.TagClassName
{
border-color: #0D6002;
}
</style>