Shades of Green #037813
Tints of Green #037813
RGB
CMYK
RGB Variations
Color information
#037813 (or 0x037813) is known color: Green. HEX triplet: 03, 78 and 13. RGB value is (3,120,19). Sum of RGB (Red+Green+Blue) = 3+120+19=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 120 (47.27% from 255 or 84.51% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 120 - color contains mainly: green. Hex color #037813 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037813 is #FC87EC. Grayscale: #494949. Windows color (decimal): -16549869 or 1275907. OLE color: 1275907.
HSL color Cylindrical-coordinate representation of color #037813: hue angle of 128.21º 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 #037813 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 3 | 120 | 19 | - |
| CMYK | 0.98 | 0 | 0.84 | 0.53 |
| HSL | 128.21º | 0.95% | 0.24% | - |
| HSV(B) | 128.21º | 0.98% | 0.47% | - |
| XYZ | 6.87 | 13.5 | 2.86 | - |
| YUV | 73.5 | 97.24 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 120 | 19 | 0.98 | 0 | 0.84 | 0.53 | 128.21 | 0.95 | 0.24 |
| Hex | 3 | 78 | 13 | 62 | 0 | 54 | 35 | 80 | 5F | 18 |
| Octal | 3 | 170 | 23 | 142 | 0 | 124 | 65 | 200 | 137 | 30 |
| Binary | 11 | 1111000 | 10011 | 1100010 | 0 | 1010100 | 110101 | 10000000 | 1011111 | 11000 |
Color Harmonies of #037813
Complementary color
Monochromatic Colors of #037813
Black with #037813
Text Example
Text Example
White with #037813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037813; }
p { color: rgb(3,120,19); }
H1.HeaderClassName
{
color: #037813;
}
.AnyTagClassName
{
color: #037813;
}
</style>
background-color css
<style>
a { background-color: #037813; }
a { background-color: rgb(3,120,19); }
div.DivClassName
{
background-color: #037813;
}
.BgClassName
{
background-color: #037813;
}
</style>
border-color css
<style>
span { border-color: #037813; }
span { border-color: rgb(3,120,19); }
td.TdClassName
{
border-color: #037813;
}
.TagClassName
{
border-color: #037813;
}
</style>