Shades of Green #037A20
Tints of Green #037A20
RGB
CMYK
RGB Variations
Color information
#037A20 (or 0x037A20) is known color: Green. HEX triplet: 03, 7A and 20. RGB value is (3,122,32). Sum of RGB (Red+Green+Blue) = 3+122+32=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 122 (48.05% from 255 or 77.71% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 122 - color contains mainly: green. Hex color #037A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037A20 is #FC85DF. Grayscale: #4C4C4C. Windows color (decimal): -16549344 or 2128387. OLE color: 2128387.
HSL color Cylindrical-coordinate representation of color #037A20: hue angle of 134.62º 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 #037A20 is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 122 | 32 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.52 |
| HSL | 134.62º | 0.95% | 0.25% | - |
| HSV(B) | 134.62º | 0.98% | 0.48% | - |
| XYZ | 7.26 | 14.04 | 3.69 | - |
| YUV | 76.16 | 103.08 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 122 | 32 | 0.98 | 0 | 0.74 | 0.52 | 134.62 | 0.95 | 0.25 |
| Hex | 3 | 7A | 20 | 62 | 0 | 4A | 34 | 87 | 5F | 19 |
| Octal | 3 | 172 | 40 | 142 | 0 | 112 | 64 | 207 | 137 | 31 |
| Binary | 11 | 1111010 | 100000 | 1100010 | 0 | 1001010 | 110100 | 10000111 | 1011111 | 11001 |
Color Harmonies of #037A20
Complementary color
Monochromatic Colors of #037A20
Black with #037A20
Text Example
Text Example
White with #037A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037A20; }
p { color: rgb(3,122,32); }
H1.HeaderClassName
{
color: #037A20;
}
.AnyTagClassName
{
color: #037A20;
}
</style>
background-color css
<style>
a { background-color: #037A20; }
a { background-color: rgb(3,122,32); }
div.DivClassName
{
background-color: #037A20;
}
.BgClassName
{
background-color: #037A20;
}
</style>
border-color css
<style>
span { border-color: #037A20; }
span { border-color: rgb(3,122,32); }
td.TdClassName
{
border-color: #037A20;
}
.TagClassName
{
border-color: #037A20;
}
</style>