Shades of Green #037010
Tints of Green #037010
RGB
CMYK
RGB Variations
Color information
#037010 (or 0x037010) is known color: Green. HEX triplet: 03, 70 and 10. RGB value is (3,112,16). Sum of RGB (Red+Green+Blue) = 3+112+16=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 112 (44.14% from 255 or 85.50% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 112 - color contains mainly: green. Hex color #037010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037010 is #FC8FEF. Grayscale: #444444. Windows color (decimal): -16551920 or 1077251. OLE color: 1077251.
HSL color Cylindrical-coordinate representation of color #037010: hue angle of 127.16º 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 #037010 is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 112 | 16 | - |
| CMYK | 0.97 | 0 | 0.86 | 0.56 |
| HSL | 127.16º | 0.95% | 0.23% | - |
| HSV(B) | 127.16º | 0.97% | 0.44% | - |
| XYZ | 5.93 | 11.65 | 2.43 | - |
| YUV | 68.47 | 98.39 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 112 | 16 | 0.97 | 0 | 0.86 | 0.56 | 127.16 | 0.95 | 0.23 |
| Hex | 3 | 70 | 10 | 61 | 0 | 56 | 38 | 7F | 5F | 17 |
| Octal | 3 | 160 | 20 | 141 | 0 | 126 | 70 | 177 | 137 | 27 |
| Binary | 11 | 1110000 | 10000 | 1100001 | 0 | 1010110 | 111000 | 1111111 | 1011111 | 10111 |
Color Harmonies of #037010
Complementary color
Monochromatic Colors of #037010
Black with #037010
Text Example
Text Example
White with #037010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037010; }
p { color: rgb(3,112,16); }
H1.HeaderClassName
{
color: #037010;
}
.AnyTagClassName
{
color: #037010;
}
</style>
background-color css
<style>
a { background-color: #037010; }
a { background-color: rgb(3,112,16); }
div.DivClassName
{
background-color: #037010;
}
.BgClassName
{
background-color: #037010;
}
</style>
border-color css
<style>
span { border-color: #037010; }
span { border-color: rgb(3,112,16); }
td.TdClassName
{
border-color: #037010;
}
.TagClassName
{
border-color: #037010;
}
</style>