Shades of Green #037011
Tints of Green #037011
RGB
CMYK
RGB Variations
Color information
#037011 (or 0x037011) is known color: Green. HEX triplet: 03, 70 and 11. RGB value is (3,112,17). Sum of RGB (Red+Green+Blue) = 3+112+17=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 112 (44.14% from 255 or 84.85% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 112 - color contains mainly: green. Hex color #037011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037011 is #FC8FEE. Grayscale: #444444. Windows color (decimal): -16551919 or 1142787. OLE color: 1142787.
HSL color Cylindrical-coordinate representation of color #037011: hue angle of 127.71º 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 #037011 is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 112 | 17 | - |
| CMYK | 0.97 | 0 | 0.85 | 0.56 |
| HSL | 127.71º | 0.95% | 0.23% | - |
| HSV(B) | 127.71º | 0.97% | 0.44% | - |
| XYZ | 5.93 | 11.65 | 2.47 | - |
| YUV | 68.58 | 98.89 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 112 | 17 | 0.97 | 0 | 0.85 | 0.56 | 127.71 | 0.95 | 0.23 |
| Hex | 3 | 70 | 11 | 61 | 0 | 55 | 38 | 80 | 5F | 17 |
| Octal | 3 | 160 | 21 | 141 | 0 | 125 | 70 | 200 | 137 | 27 |
| Binary | 11 | 1110000 | 10001 | 1100001 | 0 | 1010101 | 111000 | 10000000 | 1011111 | 10111 |
Color Harmonies of #037011
Complementary color
Monochromatic Colors of #037011
Black with #037011
Text Example
Text Example
White with #037011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037011; }
p { color: rgb(3,112,17); }
H1.HeaderClassName
{
color: #037011;
}
.AnyTagClassName
{
color: #037011;
}
</style>
background-color css
<style>
a { background-color: #037011; }
a { background-color: rgb(3,112,17); }
div.DivClassName
{
background-color: #037011;
}
.BgClassName
{
background-color: #037011;
}
</style>
border-color css
<style>
span { border-color: #037011; }
span { border-color: rgb(3,112,17); }
td.TdClassName
{
border-color: #037011;
}
.TagClassName
{
border-color: #037011;
}
</style>