Shades of Green #015F00
Tints of Green #015F00
RGB
CMYK
RGB Variations
Color information
#015F00 (or 0x015F00) is known color: Green. HEX triplet: 01, 5F and 00. RGB value is (1,95,0). Sum of RGB (Red+Green+Blue) = 1+95+0=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 95 (37.5% from 255 or 98.96% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 95 - color contains mainly: green. Hex color #015F00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015F00 is #FEA0FF. Grayscale: #383838. Windows color (decimal): -16687360 or 24321. OLE color: 24321.
HSL color Cylindrical-coordinate representation of color #015F00: hue angle of 119.37º 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 #015F00 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 95 | 0 | - |
| CMYK | 0.99 | 0 | 1 | 0.63 |
| HSL | 119.37º | 1% | 0.19% | - |
| HSV(B) | 119.37º | 1% | 0.37% | - |
| XYZ | 4.1 | 8.19 | 1.36 | - |
| YUV | 56.06 | 96.36 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 0 | 0.99 | 0 | 1 | 0.63 | 119.37 | 1 | 0.19 |
| Hex | 1 | 5F | 0 | 63 | 0 | 64 | 3F | 77 | 64 | 13 |
| Octal | 1 | 137 | 0 | 143 | 0 | 144 | 77 | 167 | 144 | 23 |
| Binary | 1 | 1011111 | 0 | 1100011 | 0 | 1100100 | 111111 | 1110111 | 1100100 | 10011 |
Color Harmonies of #015F00
Complementary color
Monochromatic Colors of #015F00
Black with #015F00
Text Example
Text Example
White with #015F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015F00; }
p { color: rgb(1,95,0); }
H1.HeaderClassName
{
color: #015F00;
}
.AnyTagClassName
{
color: #015F00;
}
</style>
background-color css
<style>
a { background-color: #015F00; }
a { background-color: rgb(1,95,0); }
div.DivClassName
{
background-color: #015F00;
}
.BgClassName
{
background-color: #015F00;
}
</style>
border-color css
<style>
span { border-color: #015F00; }
span { border-color: rgb(1,95,0); }
td.TdClassName
{
border-color: #015F00;
}
.TagClassName
{
border-color: #015F00;
}
</style>