Shades of Green #015F11
Tints of Green #015F11
RGB
CMYK
RGB Variations
Color information
#015F11 (or 0x015F11) is known color: Green. HEX triplet: 01, 5F and 11. RGB value is (1,95,17). Sum of RGB (Red+Green+Blue) = 1+95+17=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 95 (37.5% from 255 or 84.07% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 95 - color contains mainly: green. Hex color #015F11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015F11 is #FEA0EE. Grayscale: #3A3A3A. Windows color (decimal): -16687343 or 1138433. OLE color: 1138433.
HSL color Cylindrical-coordinate representation of color #015F11: hue angle of 130.21º 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 #015F11 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 95 | 17 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.63 |
| HSL | 130.21º | 0.98% | 0.19% | - |
| HSV(B) | 130.21º | 0.99% | 0.37% | - |
| XYZ | 4.21 | 8.23 | 1.9 | - |
| YUV | 58 | 104.86 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 17 | 0.99 | 0 | 0.82 | 0.63 | 130.21 | 0.98 | 0.19 |
| Hex | 1 | 5F | 11 | 63 | 0 | 52 | 3F | 82 | 62 | 13 |
| Octal | 1 | 137 | 21 | 143 | 0 | 122 | 77 | 202 | 142 | 23 |
| Binary | 1 | 1011111 | 10001 | 1100011 | 0 | 1010010 | 111111 | 10000010 | 1100010 | 10011 |
Color Harmonies of #015F11
Complementary color
Monochromatic Colors of #015F11
Black with #015F11
Text Example
Text Example
White with #015F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015F11; }
p { color: rgb(1,95,17); }
H1.HeaderClassName
{
color: #015F11;
}
.AnyTagClassName
{
color: #015F11;
}
</style>
background-color css
<style>
a { background-color: #015F11; }
a { background-color: rgb(1,95,17); }
div.DivClassName
{
background-color: #015F11;
}
.BgClassName
{
background-color: #015F11;
}
</style>
border-color css
<style>
span { border-color: #015F11; }
span { border-color: rgb(1,95,17); }
td.TdClassName
{
border-color: #015F11;
}
.TagClassName
{
border-color: #015F11;
}
</style>