Shades of Green #015805
Tints of Green #015805
RGB
CMYK
RGB Variations
Color information
#015805 (or 0x015805) is known color: Green. HEX triplet: 01, 58 and 05. RGB value is (1,88,5). Sum of RGB (Red+Green+Blue) = 1+88+5=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 88 (34.77% from 255 or 93.62% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 88 - color contains mainly: green. Hex color #015805 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015805 is #FEA7FA. Grayscale: #343434. Windows color (decimal): -16689147 or 350209. OLE color: 350209.
HSL color Cylindrical-coordinate representation of color #015805: hue angle of 122.76º 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 #015805 is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 88 | 5 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.65 |
| HSL | 122.76º | 0.98% | 0.17% | - |
| HSV(B) | 122.76º | 0.99% | 0.35% | - |
| XYZ | 3.53 | 7 | 1.31 | - |
| YUV | 52.53 | 101.18 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 5 | 0.99 | 0 | 0.94 | 0.65 | 122.76 | 0.98 | 0.17 |
| Hex | 1 | 58 | 5 | 63 | 0 | 5E | 41 | 7B | 62 | 11 |
| Octal | 1 | 130 | 5 | 143 | 0 | 136 | 101 | 173 | 142 | 21 |
| Binary | 1 | 1011000 | 101 | 1100011 | 0 | 1011110 | 1000001 | 1111011 | 1100010 | 10001 |
Color Harmonies of #015805
Complementary color
Monochromatic Colors of #015805
Black with #015805
Text Example
Text Example
White with #015805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015805; }
p { color: rgb(1,88,5); }
H1.HeaderClassName
{
color: #015805;
}
.AnyTagClassName
{
color: #015805;
}
</style>
background-color css
<style>
a { background-color: #015805; }
a { background-color: rgb(1,88,5); }
div.DivClassName
{
background-color: #015805;
}
.BgClassName
{
background-color: #015805;
}
</style>
border-color css
<style>
span { border-color: #015805; }
span { border-color: rgb(1,88,5); }
td.TdClassName
{
border-color: #015805;
}
.TagClassName
{
border-color: #015805;
}
</style>