Shades of Green #037A16
Tints of Green #037A16
RGB
CMYK
RGB Variations
Color information
#037A16 (or 0x037A16) is known color: Green. HEX triplet: 03, 7A and 16. RGB value is (3,122,22). Sum of RGB (Red+Green+Blue) = 3+122+22=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 122 (48.05% from 255 or 82.99% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 122 - color contains mainly: green. Hex color #037A16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037A16 is #FC85E9. Grayscale: #4B4B4B. Windows color (decimal): -16549354 or 1473027. OLE color: 1473027.
HSL color Cylindrical-coordinate representation of color #037A16: hue angle of 129.58º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037A16 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 122 | 22 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.52 |
| HSL | 129.58º | 0.95% | 0.25% | - |
| HSV(B) | 129.58º | 0.98% | 0.48% | - |
| XYZ | 7.14 | 14 | 3.08 | - |
| YUV | 75.02 | 98.08 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 122 | 22 | 0.98 | 0 | 0.82 | 0.52 | 129.58 | 0.95 | 0.25 |
| Hex | 3 | 7A | 16 | 62 | 0 | 52 | 34 | 82 | 5F | 19 |
| Octal | 3 | 172 | 26 | 142 | 0 | 122 | 64 | 202 | 137 | 31 |
| Binary | 11 | 1111010 | 10110 | 1100010 | 0 | 1010010 | 110100 | 10000010 | 1011111 | 11001 |
Color Harmonies of #037A16
Complementary color
Monochromatic Colors of #037A16
Black with #037A16
Text Example
Text Example
White with #037A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037A16; }
p { color: rgb(3,122,22); }
H1.HeaderClassName
{
color: #037A16;
}
.AnyTagClassName
{
color: #037A16;
}
</style>
background-color css
<style>
a { background-color: #037A16; }
a { background-color: rgb(3,122,22); }
div.DivClassName
{
background-color: #037A16;
}
.BgClassName
{
background-color: #037A16;
}
</style>
border-color css
<style>
span { border-color: #037A16; }
span { border-color: rgb(3,122,22); }
td.TdClassName
{
border-color: #037A16;
}
.TagClassName
{
border-color: #037A16;
}
</style>