Shades of Green #01590E
Tints of Green #01590E
RGB
CMYK
RGB Variations
Color information
#01590E (or 0x01590E) is known color: Green. HEX triplet: 01, 59 and 0E. RGB value is (1,89,14). Sum of RGB (Red+Green+Blue) = 1+89+14=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 89 (35.16% from 255 or 85.58% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 89 - color contains mainly: green. Hex color #01590E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01590E is #FEA6F1. Grayscale: #363636. Windows color (decimal): -16688882 or 940289. OLE color: 940289.
HSL color Cylindrical-coordinate representation of color #01590E: hue angle of 128.86º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01590E is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 89 | 14 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.65 |
| HSL | 128.86º | 0.98% | 0.18% | - |
| HSV(B) | 128.86º | 0.99% | 0.35% | - |
| XYZ | 3.66 | 7.18 | 1.61 | - |
| YUV | 54.14 | 105.35 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 14 | 0.99 | 0 | 0.84 | 0.65 | 128.86 | 0.98 | 0.18 |
| Hex | 1 | 59 | E | 63 | 0 | 54 | 41 | 81 | 62 | 12 |
| Octal | 1 | 131 | 16 | 143 | 0 | 124 | 101 | 201 | 142 | 22 |
| Binary | 1 | 1011001 | 1110 | 1100011 | 0 | 1010100 | 1000001 | 10000001 | 1100010 | 10010 |
Color Harmonies of #01590E
Complementary color
Monochromatic Colors of #01590E
Black with #01590E
Text Example
Text Example
White with #01590E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01590E; }
p { color: rgb(1,89,14); }
H1.HeaderClassName
{
color: #01590E;
}
.AnyTagClassName
{
color: #01590E;
}
</style>
background-color css
<style>
a { background-color: #01590E; }
a { background-color: rgb(1,89,14); }
div.DivClassName
{
background-color: #01590E;
}
.BgClassName
{
background-color: #01590E;
}
</style>
border-color css
<style>
span { border-color: #01590E; }
span { border-color: rgb(1,89,14); }
td.TdClassName
{
border-color: #01590E;
}
.TagClassName
{
border-color: #01590E;
}
</style>