Shades of Green #0D8003
Tints of Green #0D8003
RGB
CMYK
RGB Variations
Color information
#0D8003 (or 0x0D8003) is known color: Green. HEX triplet: 0D, 80 and 03. RGB value is (13,128,3). Sum of RGB (Red+Green+Blue) = 13+128+3=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 128 (50.39% from 255 or 88.89% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 128 - color contains mainly: green. Hex color #0D8003 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8003 is #F27FFC. Grayscale: #4F4F4F. Windows color (decimal): -15892477 or 229389. OLE color: 229389.
HSL color Cylindrical-coordinate representation of color #0D8003: hue angle of 115.2º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D8003 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 13 | 128 | 3 | - |
| CMYK | 0.90 | 0 | 0.98 | 0.50 |
| HSL | 115.2º | 0.95% | 0.26% | - |
| HSV(B) | 115.2º | 0.98% | 0.5% | - |
| XYZ | 7.9 | 15.53 | 2.67 | - |
| YUV | 79.37 | 84.9 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 128 | 3 | 0.90 | 0 | 0.98 | 0.50 | 115.2 | 0.95 | 0.26 |
| Hex | D | 80 | 3 | 5A | 0 | 62 | 32 | 73 | 5F | 1A |
| Octal | 15 | 200 | 3 | 132 | 0 | 142 | 62 | 163 | 137 | 32 |
| Binary | 1101 | 10000000 | 11 | 1011010 | 0 | 1100010 | 110010 | 1110011 | 1011111 | 11010 |
Color Harmonies of #0D8003
Complementary color
Monochromatic Colors of #0D8003
Black with #0D8003
Text Example
Text Example
White with #0D8003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8003; }
p { color: rgb(13,128,3); }
H1.HeaderClassName
{
color: #0D8003;
}
.AnyTagClassName
{
color: #0D8003;
}
</style>
background-color css
<style>
a { background-color: #0D8003; }
a { background-color: rgb(13,128,3); }
div.DivClassName
{
background-color: #0D8003;
}
.BgClassName
{
background-color: #0D8003;
}
</style>
border-color css
<style>
span { border-color: #0D8003; }
span { border-color: rgb(13,128,3); }
td.TdClassName
{
border-color: #0D8003;
}
.TagClassName
{
border-color: #0D8003;
}
</style>