Shades of Green #018018
Tints of Green #018018
RGB
CMYK
RGB Variations
Color information
#018018 (or 0x018018) is known color: Green. HEX triplet: 01, 80 and 18. RGB value is (1,128,24). Sum of RGB (Red+Green+Blue) = 1+128+24=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 128 (50.39% from 255 or 83.66% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 128 - color contains mainly: green. Hex color #018018 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018018 is #FE7FE7. Grayscale: #4E4E4E. Windows color (decimal): -16678888 or 1605633. OLE color: 1605633.
HSL color Cylindrical-coordinate representation of color #018018: hue angle of 130.87º 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 #018018 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 128 | 24 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.50 |
| HSL | 130.87º | 0.98% | 0.25% | - |
| HSV(B) | 130.87º | 0.99% | 0.5% | - |
| XYZ | 7.9 | 15.51 | 3.44 | - |
| YUV | 78.17 | 97.42 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 24 | 0.99 | 0 | 0.81 | 0.50 | 130.87 | 0.98 | 0.25 |
| Hex | 1 | 80 | 18 | 63 | 0 | 51 | 32 | 83 | 62 | 19 |
| Octal | 1 | 200 | 30 | 143 | 0 | 121 | 62 | 203 | 142 | 31 |
| Binary | 1 | 10000000 | 11000 | 1100011 | 0 | 1010001 | 110010 | 10000011 | 1100010 | 11001 |
Color Harmonies of #018018
Complementary color
Monochromatic Colors of #018018
Black with #018018
Text Example
Text Example
White with #018018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018018; }
p { color: rgb(1,128,24); }
H1.HeaderClassName
{
color: #018018;
}
.AnyTagClassName
{
color: #018018;
}
</style>
background-color css
<style>
a { background-color: #018018; }
a { background-color: rgb(1,128,24); }
div.DivClassName
{
background-color: #018018;
}
.BgClassName
{
background-color: #018018;
}
</style>
border-color css
<style>
span { border-color: #018018; }
span { border-color: rgb(1,128,24); }
td.TdClassName
{
border-color: #018018;
}
.TagClassName
{
border-color: #018018;
}
</style>