Shades of Green #037401
Tints of Green #037401
RGB
CMYK
RGB Variations
Color information
#037401 (or 0x037401) is known color: Green. HEX triplet: 03, 74 and 01. RGB value is (3,116,1). Sum of RGB (Red+Green+Blue) = 3+116+1=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 116 (45.70% from 255 or 96.67% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 116 - color contains mainly: green. Hex color #037401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037401 is #FC8BFE. Grayscale: #454545. Windows color (decimal): -16550911 or 95235. OLE color: 95235.
HSL color Cylindrical-coordinate representation of color #037401: hue angle of 118.96º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037401 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 116 | 1 | - |
| CMYK | 0.97 | 0 | 0.99 | 0.55 |
| HSL | 118.96º | 0.98% | 0.23% | - |
| HSV(B) | 118.96º | 0.99% | 0.45% | - |
| XYZ | 6.29 | 12.51 | 2.11 | - |
| YUV | 69.1 | 89.56 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 116 | 1 | 0.97 | 0 | 0.99 | 0.55 | 118.96 | 0.98 | 0.23 |
| Hex | 3 | 74 | 1 | 61 | 0 | 63 | 37 | 77 | 62 | 17 |
| Octal | 3 | 164 | 1 | 141 | 0 | 143 | 67 | 167 | 142 | 27 |
| Binary | 11 | 1110100 | 1 | 1100001 | 0 | 1100011 | 110111 | 1110111 | 1100010 | 10111 |
Color Harmonies of #037401
Complementary color
Monochromatic Colors of #037401
Black with #037401
Text Example
Text Example
White with #037401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037401; }
p { color: rgb(3,116,1); }
H1.HeaderClassName
{
color: #037401;
}
.AnyTagClassName
{
color: #037401;
}
</style>
background-color css
<style>
a { background-color: #037401; }
a { background-color: rgb(3,116,1); }
div.DivClassName
{
background-color: #037401;
}
.BgClassName
{
background-color: #037401;
}
</style>
border-color css
<style>
span { border-color: #037401; }
span { border-color: rgb(3,116,1); }
td.TdClassName
{
border-color: #037401;
}
.TagClassName
{
border-color: #037401;
}
</style>