Shades of Green #015800
Tints of Green #015800
RGB
CMYK
RGB Variations
Color information
#015800 (or 0x015800) is known color: Green. HEX triplet: 01, 58 and 00. RGB value is (1,88,0). Sum of RGB (Red+Green+Blue) = 1+88+0=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 88 (34.77% from 255 or 98.88% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 88 - color contains mainly: green. Hex color #015800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015800 is #FEA7FF. Grayscale: #343434. Windows color (decimal): -16689152 or 22529. OLE color: 22529.
HSL color Cylindrical-coordinate representation of color #015800: hue angle of 119.32º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015800 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 88 | 0 | - |
| CMYK | 0.99 | 0 | 1 | 0.65 |
| HSL | 119.32º | 1% | 0.17% | - |
| HSV(B) | 119.32º | 1% | 0.35% | - |
| XYZ | 3.5 | 6.99 | 1.16 | - |
| YUV | 51.96 | 98.68 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 0 | 0.99 | 0 | 1 | 0.65 | 119.32 | 1 | 0.17 |
| Hex | 1 | 58 | 0 | 63 | 0 | 64 | 41 | 77 | 64 | 11 |
| Octal | 1 | 130 | 0 | 143 | 0 | 144 | 101 | 167 | 144 | 21 |
| Binary | 1 | 1011000 | 0 | 1100011 | 0 | 1100100 | 1000001 | 1110111 | 1100100 | 10001 |
Color Harmonies of #015800
Complementary color
Monochromatic Colors of #015800
Black with #015800
Text Example
Text Example
White with #015800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015800; }
p { color: rgb(1,88,0); }
H1.HeaderClassName
{
color: #015800;
}
.AnyTagClassName
{
color: #015800;
}
</style>
background-color css
<style>
a { background-color: #015800; }
a { background-color: rgb(1,88,0); }
div.DivClassName
{
background-color: #015800;
}
.BgClassName
{
background-color: #015800;
}
</style>
border-color css
<style>
span { border-color: #015800; }
span { border-color: rgb(1,88,0); }
td.TdClassName
{
border-color: #015800;
}
.TagClassName
{
border-color: #015800;
}
</style>