Shades of Green #018022
Tints of Green #018022
RGB
CMYK
RGB Variations
Color information
#018022 (or 0x018022) is known color: Green. HEX triplet: 01, 80 and 22. RGB value is (1,128,34). Sum of RGB (Red+Green+Blue) = 1+128+34=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 128 (50.39% from 255 or 78.53% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 128 - color contains mainly: green. Hex color #018022 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018022 is #FE7FDD. Grayscale: #4F4F4F. Windows color (decimal): -16678878 or 2260993. OLE color: 2260993.
HSL color Cylindrical-coordinate representation of color #018022: hue angle of 135.59º 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 #018022 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 128 | 34 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.50 |
| HSL | 135.59º | 0.98% | 0.25% | - |
| HSV(B) | 135.59º | 0.99% | 0.5% | - |
| XYZ | 8.02 | 15.56 | 4.09 | - |
| YUV | 79.31 | 102.42 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 34 | 0.99 | 0 | 0.73 | 0.50 | 135.59 | 0.98 | 0.25 |
| Hex | 1 | 80 | 22 | 63 | 0 | 49 | 32 | 88 | 62 | 19 |
| Octal | 1 | 200 | 42 | 143 | 0 | 111 | 62 | 210 | 142 | 31 |
| Binary | 1 | 10000000 | 100010 | 1100011 | 0 | 1001001 | 110010 | 10001000 | 1100010 | 11001 |
Color Harmonies of #018022
Complementary color
Monochromatic Colors of #018022
Black with #018022
Text Example
Text Example
White with #018022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018022; }
p { color: rgb(1,128,34); }
H1.HeaderClassName
{
color: #018022;
}
.AnyTagClassName
{
color: #018022;
}
</style>
background-color css
<style>
a { background-color: #018022; }
a { background-color: rgb(1,128,34); }
div.DivClassName
{
background-color: #018022;
}
.BgClassName
{
background-color: #018022;
}
</style>
border-color css
<style>
span { border-color: #018022; }
span { border-color: rgb(1,128,34); }
td.TdClassName
{
border-color: #018022;
}
.TagClassName
{
border-color: #018022;
}
</style>