Shades of Green #018019
Tints of Green #018019
RGB
CMYK
RGB Variations
Color information
#018019 (or 0x018019) is known color: Green. HEX triplet: 01, 80 and 19. RGB value is (1,128,25). Sum of RGB (Red+Green+Blue) = 1+128+25=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 128 (50.39% from 255 or 83.12% from 154); Blue value is 25 (10.16% from 255 or 16.23% from 154); Max value from RGB is 128 - color contains mainly: green. Hex color #018019 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018019 is #FE7FE6. Grayscale: #4E4E4E. Windows color (decimal): -16678887 or 1671169. OLE color: 1671169.
HSL color Cylindrical-coordinate representation of color #018019: hue angle of 131.34º 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 #018019 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 128 | 25 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.50 |
| HSL | 131.34º | 0.98% | 0.25% | - |
| HSV(B) | 131.34º | 0.99% | 0.5% | - |
| XYZ | 7.91 | 15.51 | 3.5 | - |
| YUV | 78.29 | 97.92 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 25 | 0.99 | 0 | 0.80 | 0.50 | 131.34 | 0.98 | 0.25 |
| Hex | 1 | 80 | 19 | 63 | 0 | 50 | 32 | 83 | 62 | 19 |
| Octal | 1 | 200 | 31 | 143 | 0 | 120 | 62 | 203 | 142 | 31 |
| Binary | 1 | 10000000 | 11001 | 1100011 | 0 | 1010000 | 110010 | 10000011 | 1100010 | 11001 |
Color Harmonies of #018019
Complementary color
Monochromatic Colors of #018019
Black with #018019
Text Example
Text Example
White with #018019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018019; }
p { color: rgb(1,128,25); }
H1.HeaderClassName
{
color: #018019;
}
.AnyTagClassName
{
color: #018019;
}
</style>
background-color css
<style>
a { background-color: #018019; }
a { background-color: rgb(1,128,25); }
div.DivClassName
{
background-color: #018019;
}
.BgClassName
{
background-color: #018019;
}
</style>
border-color css
<style>
span { border-color: #018019; }
span { border-color: rgb(1,128,25); }
td.TdClassName
{
border-color: #018019;
}
.TagClassName
{
border-color: #018019;
}
</style>