Shades of Green #015F0D
Tints of Green #015F0D
RGB
CMYK
RGB Variations
Color information
#015F0D (or 0x015F0D) is known color: Green. HEX triplet: 01, 5F and 0D. RGB value is (1,95,13). Sum of RGB (Red+Green+Blue) = 1+95+13=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 95 (37.5% from 255 or 87.16% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 95 - color contains mainly: green. Hex color #015F0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015F0D is #FEA0F2. Grayscale: #393939. Windows color (decimal): -16687347 or 876289. OLE color: 876289.
HSL color Cylindrical-coordinate representation of color #015F0D: hue angle of 127.66º 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 #015F0D is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 95 | 13 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.63 |
| HSL | 127.66º | 0.98% | 0.19% | - |
| HSV(B) | 127.66º | 0.99% | 0.37% | - |
| XYZ | 4.18 | 8.22 | 1.75 | - |
| YUV | 57.55 | 102.86 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 13 | 0.99 | 0 | 0.86 | 0.63 | 127.66 | 0.98 | 0.19 |
| Hex | 1 | 5F | D | 63 | 0 | 56 | 3F | 80 | 62 | 13 |
| Octal | 1 | 137 | 15 | 143 | 0 | 126 | 77 | 200 | 142 | 23 |
| Binary | 1 | 1011111 | 1101 | 1100011 | 0 | 1010110 | 111111 | 10000000 | 1100010 | 10011 |
Color Harmonies of #015F0D
Complementary color
Monochromatic Colors of #015F0D
Black with #015F0D
Text Example
Text Example
White with #015F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015F0D; }
p { color: rgb(1,95,13); }
H1.HeaderClassName
{
color: #015F0D;
}
.AnyTagClassName
{
color: #015F0D;
}
</style>
background-color css
<style>
a { background-color: #015F0D; }
a { background-color: rgb(1,95,13); }
div.DivClassName
{
background-color: #015F0D;
}
.BgClassName
{
background-color: #015F0D;
}
</style>
border-color css
<style>
span { border-color: #015F0D; }
span { border-color: rgb(1,95,13); }
td.TdClassName
{
border-color: #015F0D;
}
.TagClassName
{
border-color: #015F0D;
}
</style>