Shades of Green #01580D
Tints of Green #01580D
RGB
CMYK
RGB Variations
Color information
#01580D (or 0x01580D) is known color: Green. HEX triplet: 01, 58 and 0D. RGB value is (1,88,13). Sum of RGB (Red+Green+Blue) = 1+88+13=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 88 (34.77% from 255 or 86.27% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 88 - color contains mainly: green. Hex color #01580D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01580D is #FEA7F2. Grayscale: #353535. Windows color (decimal): -16689139 or 874497. OLE color: 874497.
HSL color Cylindrical-coordinate representation of color #01580D: hue angle of 128.28º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01580D is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 88 | 13 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.65 |
| HSL | 128.28º | 0.98% | 0.17% | - |
| HSV(B) | 128.28º | 0.99% | 0.35% | - |
| XYZ | 3.57 | 7.01 | 1.55 | - |
| YUV | 53.44 | 105.18 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 13 | 0.99 | 0 | 0.85 | 0.65 | 128.28 | 0.98 | 0.17 |
| Hex | 1 | 58 | D | 63 | 0 | 55 | 41 | 80 | 62 | 11 |
| Octal | 1 | 130 | 15 | 143 | 0 | 125 | 101 | 200 | 142 | 21 |
| Binary | 1 | 1011000 | 1101 | 1100011 | 0 | 1010101 | 1000001 | 10000000 | 1100010 | 10001 |
Color Harmonies of #01580D
Complementary color
Monochromatic Colors of #01580D
Black with #01580D
Text Example
Text Example
White with #01580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01580D; }
p { color: rgb(1,88,13); }
H1.HeaderClassName
{
color: #01580D;
}
.AnyTagClassName
{
color: #01580D;
}
</style>
background-color css
<style>
a { background-color: #01580D; }
a { background-color: rgb(1,88,13); }
div.DivClassName
{
background-color: #01580D;
}
.BgClassName
{
background-color: #01580D;
}
</style>
border-color css
<style>
span { border-color: #01580D; }
span { border-color: rgb(1,88,13); }
td.TdClassName
{
border-color: #01580D;
}
.TagClassName
{
border-color: #01580D;
}
</style>