Shades of Green #005E03
Tints of Green #005E03
RGB
CMYK
RGB Variations
Color information
#005E03 (or 0x005E03) is known color: Green. HEX triplet: 00, 5E and 03. RGB value is (0,94,3). Sum of RGB (Red+Green+Blue) = 0+94+3=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 94 (37.11% from 255 or 96.91% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 94 - color contains mainly: green. Hex color #005E03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005E03 is #FFA1FC. Grayscale: #373737. Windows color (decimal): -16753149 or 220672. OLE color: 220672.
HSL color Cylindrical-coordinate representation of color #005E03: hue angle of 121.91º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005E03 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 94 | 3 | - |
| CMYK | 1 | 0 | 0.97 | 0.63 |
| HSL | 121.91º | 1% | 0.18% | - |
| HSV(B) | 121.91º | 1% | 0.37% | - |
| XYZ | 4.02 | 8.01 | 1.42 | - |
| YUV | 55.52 | 98.36 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 3 | 1 | 0 | 0.97 | 0.63 | 121.91 | 1 | 0.18 |
| Hex | 0 | 5E | 3 | 64 | 0 | 61 | 3F | 7A | 64 | 12 |
| Octal | 0 | 136 | 3 | 144 | 0 | 141 | 77 | 172 | 144 | 22 |
| Binary | 0 | 1011110 | 11 | 1100100 | 0 | 1100001 | 111111 | 1111010 | 1100100 | 10010 |
Color Harmonies of #005E03
Complementary color
Monochromatic Colors of #005E03
Black with #005E03
Text Example
Text Example
White with #005E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005E03; }
p { color: rgb(0,94,3); }
H1.HeaderClassName
{
color: #005E03;
}
.AnyTagClassName
{
color: #005E03;
}
</style>
background-color css
<style>
a { background-color: #005E03; }
a { background-color: rgb(0,94,3); }
div.DivClassName
{
background-color: #005E03;
}
.BgClassName
{
background-color: #005E03;
}
</style>
border-color css
<style>
span { border-color: #005E03; }
span { border-color: rgb(0,94,3); }
td.TdClassName
{
border-color: #005E03;
}
.TagClassName
{
border-color: #005E03;
}
</style>