Shades of Green #037A13
Tints of Green #037A13
RGB
CMYK
RGB Variations
Color information
#037A13 (or 0x037A13) is known color: Green. HEX triplet: 03, 7A and 13. RGB value is (3,122,19). Sum of RGB (Red+Green+Blue) = 3+122+19=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 122 (48.05% from 255 or 84.72% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 122 - color contains mainly: green. Hex color #037A13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037A13 is #FC85EC. Grayscale: #4A4A4A. Windows color (decimal): -16549357 or 1276419. OLE color: 1276419.
HSL color Cylindrical-coordinate representation of color #037A13: hue angle of 128.07º 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 #037A13 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 122 | 19 | - |
| CMYK | 0.98 | 0 | 0.84 | 0.52 |
| HSL | 128.07º | 0.95% | 0.25% | - |
| HSV(B) | 128.07º | 0.98% | 0.48% | - |
| XYZ | 7.11 | 13.99 | 2.94 | - |
| YUV | 74.68 | 96.58 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 122 | 19 | 0.98 | 0 | 0.84 | 0.52 | 128.07 | 0.95 | 0.25 |
| Hex | 3 | 7A | 13 | 62 | 0 | 54 | 34 | 80 | 5F | 19 |
| Octal | 3 | 172 | 23 | 142 | 0 | 124 | 64 | 200 | 137 | 31 |
| Binary | 11 | 1111010 | 10011 | 1100010 | 0 | 1010100 | 110100 | 10000000 | 1011111 | 11001 |
Color Harmonies of #037A13
Complementary color
Monochromatic Colors of #037A13
Black with #037A13
Text Example
Text Example
White with #037A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037A13; }
p { color: rgb(3,122,19); }
H1.HeaderClassName
{
color: #037A13;
}
.AnyTagClassName
{
color: #037A13;
}
</style>
background-color css
<style>
a { background-color: #037A13; }
a { background-color: rgb(3,122,19); }
div.DivClassName
{
background-color: #037A13;
}
.BgClassName
{
background-color: #037A13;
}
</style>
border-color css
<style>
span { border-color: #037A13; }
span { border-color: rgb(3,122,19); }
td.TdClassName
{
border-color: #037A13;
}
.TagClassName
{
border-color: #037A13;
}
</style>