Shades of Green #0D7403
Tints of Green #0D7403
RGB
CMYK
RGB Variations
Color information
#0D7403 (or 0x0D7403) is known color: Green. HEX triplet: 0D, 74 and 03. RGB value is (13,116,3). Sum of RGB (Red+Green+Blue) = 13+116+3=132 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.85% from 132); Green value is 116 (45.70% from 255 or 87.88% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 116 - color contains mainly: green. Hex color #0D7403 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7403 is #F28BFC. Grayscale: #484848. Windows color (decimal): -15895549 or 226317. OLE color: 226317.
HSL color Cylindrical-coordinate representation of color #0D7403: hue angle of 114.69º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D7403 is Cyan = 0.89, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 116 | 3 | - |
| CMYK | 0.89 | 0 | 0.97 | 0.55 |
| HSL | 114.69º | 0.95% | 0.23% | - |
| HSV(B) | 114.69º | 0.97% | 0.45% | - |
| XYZ | 6.43 | 12.58 | 2.18 | - |
| YUV | 72.32 | 88.88 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 116 | 3 | 0.89 | 0 | 0.97 | 0.55 | 114.69 | 0.95 | 0.23 |
| Hex | D | 74 | 3 | 59 | 0 | 61 | 37 | 73 | 5F | 17 |
| Octal | 15 | 164 | 3 | 131 | 0 | 141 | 67 | 163 | 137 | 27 |
| Binary | 1101 | 1110100 | 11 | 1011001 | 0 | 1100001 | 110111 | 1110011 | 1011111 | 10111 |
Color Harmonies of #0D7403
Complementary color
Monochromatic Colors of #0D7403
Black with #0D7403
Text Example
Text Example
White with #0D7403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7403; }
p { color: rgb(13,116,3); }
H1.HeaderClassName
{
color: #0D7403;
}
.AnyTagClassName
{
color: #0D7403;
}
</style>
background-color css
<style>
a { background-color: #0D7403; }
a { background-color: rgb(13,116,3); }
div.DivClassName
{
background-color: #0D7403;
}
.BgClassName
{
background-color: #0D7403;
}
</style>
border-color css
<style>
span { border-color: #0D7403; }
span { border-color: rgb(13,116,3); }
td.TdClassName
{
border-color: #0D7403;
}
.TagClassName
{
border-color: #0D7403;
}
</style>