Shades of Green #037114
Tints of Green #037114
RGB
CMYK
RGB Variations
Color information
#037114 (or 0x037114) is known color: Green. HEX triplet: 03, 71 and 14. RGB value is (3,113,20). Sum of RGB (Red+Green+Blue) = 3+113+20=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 113 (44.53% from 255 or 83.09% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 113 - color contains mainly: green. Hex color #037114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037114 is #FC8EEB. Grayscale: #454545. Windows color (decimal): -16551660 or 1339651. OLE color: 1339651.
HSL color Cylindrical-coordinate representation of color #037114: hue angle of 129.27º 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 #037114 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 113 | 20 | - |
| CMYK | 0.97 | 0 | 0.82 | 0.56 |
| HSL | 129.27º | 0.95% | 0.23% | - |
| HSV(B) | 129.27º | 0.97% | 0.44% | - |
| XYZ | 6.07 | 11.88 | 2.64 | - |
| YUV | 69.51 | 100.06 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 113 | 20 | 0.97 | 0 | 0.82 | 0.56 | 129.27 | 0.95 | 0.23 |
| Hex | 3 | 71 | 14 | 61 | 0 | 52 | 38 | 81 | 5F | 17 |
| Octal | 3 | 161 | 24 | 141 | 0 | 122 | 70 | 201 | 137 | 27 |
| Binary | 11 | 1110001 | 10100 | 1100001 | 0 | 1010010 | 111000 | 10000001 | 1011111 | 10111 |
Color Harmonies of #037114
Complementary color
Monochromatic Colors of #037114
Black with #037114
Text Example
Text Example
White with #037114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037114; }
p { color: rgb(3,113,20); }
H1.HeaderClassName
{
color: #037114;
}
.AnyTagClassName
{
color: #037114;
}
</style>
background-color css
<style>
a { background-color: #037114; }
a { background-color: rgb(3,113,20); }
div.DivClassName
{
background-color: #037114;
}
.BgClassName
{
background-color: #037114;
}
</style>
border-color css
<style>
span { border-color: #037114; }
span { border-color: rgb(3,113,20); }
td.TdClassName
{
border-color: #037114;
}
.TagClassName
{
border-color: #037114;
}
</style>