Shades of Green #037512
Tints of Green #037512
RGB
CMYK
RGB Variations
Color information
#037512 (or 0x037512) is known color: Green. HEX triplet: 03, 75 and 12. RGB value is (3,117,18). Sum of RGB (Red+Green+Blue) = 3+117+18=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 117 (46.09% from 255 or 84.78% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 117 - color contains mainly: green. Hex color #037512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037512 is #FC8AED. Grayscale: #474747. Windows color (decimal): -16550638 or 1209603. OLE color: 1209603.
HSL color Cylindrical-coordinate representation of color #037512: hue angle of 127.89º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037512 is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 3 | 117 | 18 | - |
| CMYK | 0.97 | 0 | 0.85 | 0.54 |
| HSL | 127.89º | 0.95% | 0.24% | - |
| HSV(B) | 127.89º | 0.97% | 0.46% | - |
| XYZ | 6.51 | 12.79 | 2.7 | - |
| YUV | 71.63 | 97.73 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 117 | 18 | 0.97 | 0 | 0.85 | 0.54 | 127.89 | 0.95 | 0.24 |
| Hex | 3 | 75 | 12 | 61 | 0 | 55 | 36 | 80 | 5F | 18 |
| Octal | 3 | 165 | 22 | 141 | 0 | 125 | 66 | 200 | 137 | 30 |
| Binary | 11 | 1110101 | 10010 | 1100001 | 0 | 1010101 | 110110 | 10000000 | 1011111 | 11000 |
Color Harmonies of #037512
Complementary color
Monochromatic Colors of #037512
Black with #037512
Text Example
Text Example
White with #037512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037512; }
p { color: rgb(3,117,18); }
H1.HeaderClassName
{
color: #037512;
}
.AnyTagClassName
{
color: #037512;
}
</style>
background-color css
<style>
a { background-color: #037512; }
a { background-color: rgb(3,117,18); }
div.DivClassName
{
background-color: #037512;
}
.BgClassName
{
background-color: #037512;
}
</style>
border-color css
<style>
span { border-color: #037512; }
span { border-color: rgb(3,117,18); }
td.TdClassName
{
border-color: #037512;
}
.TagClassName
{
border-color: #037512;
}
</style>