Shades of Green #015F04
Tints of Green #015F04
RGB
CMYK
RGB Variations
Color information
#015F04 (or 0x015F04) is known color: Green. HEX triplet: 01, 5F and 04. RGB value is (1,95,4). Sum of RGB (Red+Green+Blue) = 1+95+4=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 95 (37.5% from 255 or 95% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 95 - color contains mainly: green. Hex color #015F04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015F04 is #FEA0FB. Grayscale: #383838. Windows color (decimal): -16687356 or 286465. OLE color: 286465.
HSL color Cylindrical-coordinate representation of color #015F04: hue angle of 121.91º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015F04 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 95 | 4 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.63 |
| HSL | 121.91º | 0.98% | 0.19% | - |
| HSV(B) | 121.91º | 0.99% | 0.37% | - |
| XYZ | 4.13 | 8.2 | 1.48 | - |
| YUV | 56.52 | 98.36 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 4 | 0.99 | 0 | 0.96 | 0.63 | 121.91 | 0.98 | 0.19 |
| Hex | 1 | 5F | 4 | 63 | 0 | 60 | 3F | 7A | 62 | 13 |
| Octal | 1 | 137 | 4 | 143 | 0 | 140 | 77 | 172 | 142 | 23 |
| Binary | 1 | 1011111 | 100 | 1100011 | 0 | 1100000 | 111111 | 1111010 | 1100010 | 10011 |
Color Harmonies of #015F04
Complementary color
Monochromatic Colors of #015F04
Black with #015F04
Text Example
Text Example
White with #015F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015F04; }
p { color: rgb(1,95,4); }
H1.HeaderClassName
{
color: #015F04;
}
.AnyTagClassName
{
color: #015F04;
}
</style>
background-color css
<style>
a { background-color: #015F04; }
a { background-color: rgb(1,95,4); }
div.DivClassName
{
background-color: #015F04;
}
.BgClassName
{
background-color: #015F04;
}
</style>
border-color css
<style>
span { border-color: #015F04; }
span { border-color: rgb(1,95,4); }
td.TdClassName
{
border-color: #015F04;
}
.TagClassName
{
border-color: #015F04;
}
</style>