Shades of Green #0D7003
Tints of Green #0D7003
RGB
CMYK
RGB Variations
Color information
#0D7003 (or 0x0D7003) is known color: Green. HEX triplet: 0D, 70 and 03. RGB value is (13,112,3). Sum of RGB (Red+Green+Blue) = 13+112+3=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 112 (44.14% from 255 or 87.5% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 112 - color contains mainly: green. Hex color #0D7003 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7003 is #F28FFC. Grayscale: #464646. Windows color (decimal): -15896573 or 225293. OLE color: 225293.
HSL color Cylindrical-coordinate representation of color #0D7003: hue angle of 114.5º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D7003 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 112 | 3 | - |
| CMYK | 0.88 | 0 | 0.97 | 0.56 |
| HSL | 114.5º | 0.95% | 0.23% | - |
| HSV(B) | 114.5º | 0.97% | 0.44% | - |
| XYZ | 5.98 | 11.68 | 2.03 | - |
| YUV | 69.97 | 90.2 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 112 | 3 | 0.88 | 0 | 0.97 | 0.56 | 114.5 | 0.95 | 0.23 |
| Hex | D | 70 | 3 | 58 | 0 | 61 | 38 | 72 | 5F | 17 |
| Octal | 15 | 160 | 3 | 130 | 0 | 141 | 70 | 162 | 137 | 27 |
| Binary | 1101 | 1110000 | 11 | 1011000 | 0 | 1100001 | 111000 | 1110010 | 1011111 | 10111 |
Color Harmonies of #0D7003
Complementary color
Monochromatic Colors of #0D7003
Black with #0D7003
Text Example
Text Example
White with #0D7003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7003; }
p { color: rgb(13,112,3); }
H1.HeaderClassName
{
color: #0D7003;
}
.AnyTagClassName
{
color: #0D7003;
}
</style>
background-color css
<style>
a { background-color: #0D7003; }
a { background-color: rgb(13,112,3); }
div.DivClassName
{
background-color: #0D7003;
}
.BgClassName
{
background-color: #0D7003;
}
</style>
border-color css
<style>
span { border-color: #0D7003; }
span { border-color: rgb(13,112,3); }
td.TdClassName
{
border-color: #0D7003;
}
.TagClassName
{
border-color: #0D7003;
}
</style>