Shades of Green #01590C
Tints of Green #01590C
RGB
CMYK
RGB Variations
Color information
#01590C (or 0x01590C) is known color: Green. HEX triplet: 01, 59 and 0C. RGB value is (1,89,12). Sum of RGB (Red+Green+Blue) = 1+89+12=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 89 (35.16% from 255 or 87.25% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 89 - color contains mainly: green. Hex color #01590C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01590C is #FEA6F3. Grayscale: #363636. Windows color (decimal): -16688884 or 809217. OLE color: 809217.
HSL color Cylindrical-coordinate representation of color #01590C: hue angle of 127.5º 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 #01590C is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 89 | 12 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.65 |
| HSL | 127.5º | 0.98% | 0.18% | - |
| HSV(B) | 127.5º | 0.99% | 0.35% | - |
| XYZ | 3.65 | 7.18 | 1.54 | - |
| YUV | 53.91 | 104.35 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 12 | 0.99 | 0 | 0.87 | 0.65 | 127.5 | 0.98 | 0.18 |
| Hex | 1 | 59 | C | 63 | 0 | 57 | 41 | 80 | 62 | 12 |
| Octal | 1 | 131 | 14 | 143 | 0 | 127 | 101 | 200 | 142 | 22 |
| Binary | 1 | 1011001 | 1100 | 1100011 | 0 | 1010111 | 1000001 | 10000000 | 1100010 | 10010 |
Color Harmonies of #01590C
Complementary color
Monochromatic Colors of #01590C
Black with #01590C
Text Example
Text Example
White with #01590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01590C; }
p { color: rgb(1,89,12); }
H1.HeaderClassName
{
color: #01590C;
}
.AnyTagClassName
{
color: #01590C;
}
</style>
background-color css
<style>
a { background-color: #01590C; }
a { background-color: rgb(1,89,12); }
div.DivClassName
{
background-color: #01590C;
}
.BgClassName
{
background-color: #01590C;
}
</style>
border-color css
<style>
span { border-color: #01590C; }
span { border-color: rgb(1,89,12); }
td.TdClassName
{
border-color: #01590C;
}
.TagClassName
{
border-color: #01590C;
}
</style>