Shades of Green #03710E
Tints of Green #03710E
RGB
CMYK
RGB Variations
Color information
#03710E (or 0x03710E) is known color: Green. HEX triplet: 03, 71 and 0E. RGB value is (3,113,14). Sum of RGB (Red+Green+Blue) = 3+113+14=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 113 (44.53% from 255 or 86.92% from 130); Blue value is 14 (5.86% from 255 or 10.77% from 130); Max value from RGB is 113 - color contains mainly: green. Hex color #03710E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03710E is #FC8EF1. Grayscale: #454545. Windows color (decimal): -16551666 or 946435. OLE color: 946435.
HSL color Cylindrical-coordinate representation of color #03710E: hue angle of 126º 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 #03710E is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 113 | 14 | - |
| CMYK | 0.97 | 0 | 0.88 | 0.56 |
| HSL | 126º | 0.95% | 0.23% | - |
| HSV(B) | 126º | 0.97% | 0.44% | - |
| XYZ | 6.02 | 11.86 | 2.39 | - |
| YUV | 68.82 | 97.06 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 113 | 14 | 0.97 | 0 | 0.88 | 0.56 | 126 | 0.95 | 0.23 |
| Hex | 3 | 71 | E | 61 | 0 | 58 | 38 | 7E | 5F | 17 |
| Octal | 3 | 161 | 16 | 141 | 0 | 130 | 70 | 176 | 137 | 27 |
| Binary | 11 | 1110001 | 1110 | 1100001 | 0 | 1011000 | 111000 | 1111110 | 1011111 | 10111 |
Color Harmonies of #03710E
Complementary color
Monochromatic Colors of #03710E
Black with #03710E
Text Example
Text Example
White with #03710E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03710E; }
p { color: rgb(3,113,14); }
H1.HeaderClassName
{
color: #03710E;
}
.AnyTagClassName
{
color: #03710E;
}
</style>
background-color css
<style>
a { background-color: #03710E; }
a { background-color: rgb(3,113,14); }
div.DivClassName
{
background-color: #03710E;
}
.BgClassName
{
background-color: #03710E;
}
</style>
border-color css
<style>
span { border-color: #03710E; }
span { border-color: rgb(3,113,14); }
td.TdClassName
{
border-color: #03710E;
}
.TagClassName
{
border-color: #03710E;
}
</style>