Shades of Green #037812
Tints of Green #037812
RGB
CMYK
RGB Variations
Color information
#037812 (or 0x037812) is known color: Green. HEX triplet: 03, 78 and 12. RGB value is (3,120,18). Sum of RGB (Red+Green+Blue) = 3+120+18=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 120 (47.27% from 255 or 85.11% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 120 - color contains mainly: green. Hex color #037812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037812 is #FC87ED. Grayscale: #494949. Windows color (decimal): -16549870 or 1210371. OLE color: 1210371.
HSL color Cylindrical-coordinate representation of color #037812: hue angle of 127.69º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037812 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 3 | 120 | 18 | - |
| CMYK | 0.98 | 0 | 0.85 | 0.53 |
| HSL | 127.69º | 0.95% | 0.24% | - |
| HSV(B) | 127.69º | 0.98% | 0.47% | - |
| XYZ | 6.86 | 13.5 | 2.82 | - |
| YUV | 73.39 | 96.74 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 120 | 18 | 0.98 | 0 | 0.85 | 0.53 | 127.69 | 0.95 | 0.24 |
| Hex | 3 | 78 | 12 | 62 | 0 | 55 | 35 | 80 | 5F | 18 |
| Octal | 3 | 170 | 22 | 142 | 0 | 125 | 65 | 200 | 137 | 30 |
| Binary | 11 | 1111000 | 10010 | 1100010 | 0 | 1010101 | 110101 | 10000000 | 1011111 | 11000 |
Color Harmonies of #037812
Complementary color
Monochromatic Colors of #037812
Black with #037812
Text Example
Text Example
White with #037812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037812; }
p { color: rgb(3,120,18); }
H1.HeaderClassName
{
color: #037812;
}
.AnyTagClassName
{
color: #037812;
}
</style>
background-color css
<style>
a { background-color: #037812; }
a { background-color: rgb(3,120,18); }
div.DivClassName
{
background-color: #037812;
}
.BgClassName
{
background-color: #037812;
}
</style>
border-color css
<style>
span { border-color: #037812; }
span { border-color: rgb(3,120,18); }
td.TdClassName
{
border-color: #037812;
}
.TagClassName
{
border-color: #037812;
}
</style>