Shades of Green #015F01
Tints of Green #015F01
RGB
CMYK
RGB Variations
Color information
#015F01 (or 0x015F01) is known color: Green. HEX triplet: 01, 5F and 01. RGB value is (1,95,1). Sum of RGB (Red+Green+Blue) = 1+95+1=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 95 (37.5% from 255 or 97.94% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 95 - color contains mainly: green. Hex color #015F01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015F01 is #FEA0FE. Grayscale: #383838. Windows color (decimal): -16687359 or 89857. OLE color: 89857.
HSL color Cylindrical-coordinate representation of color #015F01: hue angle of 120º 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 #015F01 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 95 | 1 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.63 |
| HSL | 120º | 0.98% | 0.19% | - |
| HSV(B) | 120º | 0.99% | 0.37% | - |
| XYZ | 4.11 | 8.19 | 1.39 | - |
| YUV | 56.18 | 96.86 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 1 | 0.99 | 0 | 0.99 | 0.63 | 120 | 0.98 | 0.19 |
| Hex | 1 | 5F | 1 | 63 | 0 | 63 | 3F | 78 | 62 | 13 |
| Octal | 1 | 137 | 1 | 143 | 0 | 143 | 77 | 170 | 142 | 23 |
| Binary | 1 | 1011111 | 1 | 1100011 | 0 | 1100011 | 111111 | 1111000 | 1100010 | 10011 |
Color Harmonies of #015F01
Complementary color
Monochromatic Colors of #015F01
Black with #015F01
Text Example
Text Example
White with #015F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015F01; }
p { color: rgb(1,95,1); }
H1.HeaderClassName
{
color: #015F01;
}
.AnyTagClassName
{
color: #015F01;
}
</style>
background-color css
<style>
a { background-color: #015F01; }
a { background-color: rgb(1,95,1); }
div.DivClassName
{
background-color: #015F01;
}
.BgClassName
{
background-color: #015F01;
}
</style>
border-color css
<style>
span { border-color: #015F01; }
span { border-color: rgb(1,95,1); }
td.TdClassName
{
border-color: #015F01;
}
.TagClassName
{
border-color: #015F01;
}
</style>