Shades of Green #005F03
Tints of Green #005F03
RGB
CMYK
RGB Variations
Color information
#005F03 (or 0x005F03) is known color: Green. HEX triplet: 00, 5F and 03. RGB value is (0,95,3). Sum of RGB (Red+Green+Blue) = 0+95+3=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 95 (37.5% from 255 or 96.94% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 95 - color contains mainly: green. Hex color #005F03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005F03 is #FFA0FC. Grayscale: #383838. Windows color (decimal): -16752893 or 220928. OLE color: 220928.
HSL color Cylindrical-coordinate representation of color #005F03: hue angle of 121.89º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005F03 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 95 | 3 | - |
| CMYK | 1 | 0 | 0.97 | 0.63 |
| HSL | 121.89º | 1% | 0.19% | - |
| HSV(B) | 121.89º | 1% | 0.37% | - |
| XYZ | 4.11 | 8.19 | 1.45 | - |
| YUV | 56.11 | 98.03 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 3 | 1 | 0 | 0.97 | 0.63 | 121.89 | 1 | 0.19 |
| Hex | 0 | 5F | 3 | 64 | 0 | 61 | 3F | 7A | 64 | 13 |
| Octal | 0 | 137 | 3 | 144 | 0 | 141 | 77 | 172 | 144 | 23 |
| Binary | 0 | 1011111 | 11 | 1100100 | 0 | 1100001 | 111111 | 1111010 | 1100100 | 10011 |
Color Harmonies of #005F03
Complementary color
Monochromatic Colors of #005F03
Black with #005F03
Text Example
Text Example
White with #005F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005F03; }
p { color: rgb(0,95,3); }
H1.HeaderClassName
{
color: #005F03;
}
.AnyTagClassName
{
color: #005F03;
}
</style>
background-color css
<style>
a { background-color: #005F03; }
a { background-color: rgb(0,95,3); }
div.DivClassName
{
background-color: #005F03;
}
.BgClassName
{
background-color: #005F03;
}
</style>
border-color css
<style>
span { border-color: #005F03; }
span { border-color: rgb(0,95,3); }
td.TdClassName
{
border-color: #005F03;
}
.TagClassName
{
border-color: #005F03;
}
</style>