Shades of Green #018005
Tints of Green #018005
RGB
CMYK
RGB Variations
Color information
#018005 (or 0x018005) is known color: Green. HEX triplet: 01, 80 and 05. RGB value is (1,128,5). Sum of RGB (Red+Green+Blue) = 1+128+5=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 128 (50.39% from 255 or 95.52% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 128 - color contains mainly: green. Hex color #018005 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018005 is #FE7FFA. Grayscale: #4C4C4C. Windows color (decimal): -16678907 or 360449. OLE color: 360449.
HSL color Cylindrical-coordinate representation of color #018005: hue angle of 121.89º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018005 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 128 | 5 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.50 |
| HSL | 121.89º | 0.98% | 0.25% | - |
| HSV(B) | 121.89º | 0.99% | 0.5% | - |
| XYZ | 7.76 | 15.46 | 2.72 | - |
| YUV | 76.01 | 87.92 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 5 | 0.99 | 0 | 0.96 | 0.50 | 121.89 | 0.98 | 0.25 |
| Hex | 1 | 80 | 5 | 63 | 0 | 60 | 32 | 7A | 62 | 19 |
| Octal | 1 | 200 | 5 | 143 | 0 | 140 | 62 | 172 | 142 | 31 |
| Binary | 1 | 10000000 | 101 | 1100011 | 0 | 1100000 | 110010 | 1111010 | 1100010 | 11001 |
Color Harmonies of #018005
Complementary color
Monochromatic Colors of #018005
Black with #018005
Text Example
Text Example
White with #018005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018005; }
p { color: rgb(1,128,5); }
H1.HeaderClassName
{
color: #018005;
}
.AnyTagClassName
{
color: #018005;
}
</style>
background-color css
<style>
a { background-color: #018005; }
a { background-color: rgb(1,128,5); }
div.DivClassName
{
background-color: #018005;
}
.BgClassName
{
background-color: #018005;
}
</style>
border-color css
<style>
span { border-color: #018005; }
span { border-color: rgb(1,128,5); }
td.TdClassName
{
border-color: #018005;
}
.TagClassName
{
border-color: #018005;
}
</style>