Shades of Green #015F0E
Tints of Green #015F0E
RGB
CMYK
RGB Variations
Color information
#015F0E (or 0x015F0E) is known color: Green. HEX triplet: 01, 5F and 0E. RGB value is (1,95,14). Sum of RGB (Red+Green+Blue) = 1+95+14=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 95 (37.5% from 255 or 86.36% from 110); Blue value is 14 (5.86% from 255 or 12.73% from 110); Max value from RGB is 95 - color contains mainly: green. Hex color #015F0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015F0E is #FEA0F1. Grayscale: #393939. Windows color (decimal): -16687346 or 941825. OLE color: 941825.
HSL color Cylindrical-coordinate representation of color #015F0E: hue angle of 128.3º 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 #015F0E is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 95 | 14 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.63 |
| HSL | 128.3º | 0.98% | 0.19% | - |
| HSV(B) | 128.3º | 0.99% | 0.37% | - |
| XYZ | 4.18 | 8.22 | 1.78 | - |
| YUV | 57.66 | 103.36 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 14 | 0.99 | 0 | 0.85 | 0.63 | 128.3 | 0.98 | 0.19 |
| Hex | 1 | 5F | E | 63 | 0 | 55 | 3F | 80 | 62 | 13 |
| Octal | 1 | 137 | 16 | 143 | 0 | 125 | 77 | 200 | 142 | 23 |
| Binary | 1 | 1011111 | 1110 | 1100011 | 0 | 1010101 | 111111 | 10000000 | 1100010 | 10011 |
Color Harmonies of #015F0E
Complementary color
Monochromatic Colors of #015F0E
Black with #015F0E
Text Example
Text Example
White with #015F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015F0E; }
p { color: rgb(1,95,14); }
H1.HeaderClassName
{
color: #015F0E;
}
.AnyTagClassName
{
color: #015F0E;
}
</style>
background-color css
<style>
a { background-color: #015F0E; }
a { background-color: rgb(1,95,14); }
div.DivClassName
{
background-color: #015F0E;
}
.BgClassName
{
background-color: #015F0E;
}
</style>
border-color css
<style>
span { border-color: #015F0E; }
span { border-color: rgb(1,95,14); }
td.TdClassName
{
border-color: #015F0E;
}
.TagClassName
{
border-color: #015F0E;
}
</style>