Shades of Green #015808
Tints of Green #015808
RGB
CMYK
RGB Variations
Color information
#015808 (or 0x015808) is known color: Green. HEX triplet: 01, 58 and 08. RGB value is (1,88,8). Sum of RGB (Red+Green+Blue) = 1+88+8=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 88 (34.77% from 255 or 90.72% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 88 - color contains mainly: green. Hex color #015808 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015808 is #FEA7F7. Grayscale: #353535. Windows color (decimal): -16689144 or 546817. OLE color: 546817.
HSL color Cylindrical-coordinate representation of color #015808: hue angle of 124.83º 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 #015808 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 88 | 8 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.65 |
| HSL | 124.83º | 0.98% | 0.17% | - |
| HSV(B) | 124.83º | 0.99% | 0.35% | - |
| XYZ | 3.55 | 7 | 1.39 | - |
| YUV | 52.87 | 102.68 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 8 | 0.99 | 0 | 0.91 | 0.65 | 124.83 | 0.98 | 0.17 |
| Hex | 1 | 58 | 8 | 63 | 0 | 5B | 41 | 7D | 62 | 11 |
| Octal | 1 | 130 | 10 | 143 | 0 | 133 | 101 | 175 | 142 | 21 |
| Binary | 1 | 1011000 | 1000 | 1100011 | 0 | 1011011 | 1000001 | 1111101 | 1100010 | 10001 |
Color Harmonies of #015808
Complementary color
Monochromatic Colors of #015808
Black with #015808
Text Example
Text Example
White with #015808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015808; }
p { color: rgb(1,88,8); }
H1.HeaderClassName
{
color: #015808;
}
.AnyTagClassName
{
color: #015808;
}
</style>
background-color css
<style>
a { background-color: #015808; }
a { background-color: rgb(1,88,8); }
div.DivClassName
{
background-color: #015808;
}
.BgClassName
{
background-color: #015808;
}
</style>
border-color css
<style>
span { border-color: #015808; }
span { border-color: rgb(1,88,8); }
td.TdClassName
{
border-color: #015808;
}
.TagClassName
{
border-color: #015808;
}
</style>