Shades of Green #037016
Tints of Green #037016
RGB
CMYK
RGB Variations
Color information
#037016 (or 0x037016) is known color: Green. HEX triplet: 03, 70 and 16. RGB value is (3,112,22). Sum of RGB (Red+Green+Blue) = 3+112+22=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 112 (44.14% from 255 or 81.75% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 112 - color contains mainly: green. Hex color #037016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037016 is #FC8FE9. Grayscale: #454545. Windows color (decimal): -16551914 or 1470467. OLE color: 1470467.
HSL color Cylindrical-coordinate representation of color #037016: hue angle of 130.46º 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 #037016 is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 112 | 22 | - |
| CMYK | 0.97 | 0 | 0.80 | 0.56 |
| HSL | 130.46º | 0.95% | 0.23% | - |
| HSV(B) | 130.46º | 0.97% | 0.44% | - |
| XYZ | 5.98 | 11.67 | 2.7 | - |
| YUV | 69.15 | 101.39 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 112 | 22 | 0.97 | 0 | 0.80 | 0.56 | 130.46 | 0.95 | 0.23 |
| Hex | 3 | 70 | 16 | 61 | 0 | 50 | 38 | 82 | 5F | 17 |
| Octal | 3 | 160 | 26 | 141 | 0 | 120 | 70 | 202 | 137 | 27 |
| Binary | 11 | 1110000 | 10110 | 1100001 | 0 | 1010000 | 111000 | 10000010 | 1011111 | 10111 |
Color Harmonies of #037016
Complementary color
Monochromatic Colors of #037016
Black with #037016
Text Example
Text Example
White with #037016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037016; }
p { color: rgb(3,112,22); }
H1.HeaderClassName
{
color: #037016;
}
.AnyTagClassName
{
color: #037016;
}
</style>
background-color css
<style>
a { background-color: #037016; }
a { background-color: rgb(3,112,22); }
div.DivClassName
{
background-color: #037016;
}
.BgClassName
{
background-color: #037016;
}
</style>
border-color css
<style>
span { border-color: #037016; }
span { border-color: rgb(3,112,22); }
td.TdClassName
{
border-color: #037016;
}
.TagClassName
{
border-color: #037016;
}
</style>