Shades of Green #018215
Tints of Green #018215
RGB
CMYK
RGB Variations
Color information
#018215 (or 0x018215) is known color: Green. HEX triplet: 01, 82 and 15. RGB value is (1,130,21). Sum of RGB (Red+Green+Blue) = 1+130+21=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 130 (51.17% from 255 or 85.53% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 130 - color contains mainly: green. Hex color #018215 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018215 is #FE7DEA. Grayscale: #4F4F4F. Windows color (decimal): -16678379 or 1409537. OLE color: 1409537.
HSL color Cylindrical-coordinate representation of color #018215: hue angle of 129.3º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018215 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 130 | 21 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.49 |
| HSL | 129.3º | 0.98% | 0.26% | - |
| HSV(B) | 129.3º | 0.99% | 0.51% | - |
| XYZ | 8.13 | 16.03 | 3.37 | - |
| YUV | 79 | 95.26 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 21 | 0.99 | 0 | 0.84 | 0.49 | 129.3 | 0.98 | 0.26 |
| Hex | 1 | 82 | 15 | 63 | 0 | 54 | 31 | 81 | 62 | 1A |
| Octal | 1 | 202 | 25 | 143 | 0 | 124 | 61 | 201 | 142 | 32 |
| Binary | 1 | 10000010 | 10101 | 1100011 | 0 | 1010100 | 110001 | 10000001 | 1100010 | 11010 |
Color Harmonies of #018215
Complementary color
Monochromatic Colors of #018215
Black with #018215
Text Example
Text Example
White with #018215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018215; }
p { color: rgb(1,130,21); }
H1.HeaderClassName
{
color: #018215;
}
.AnyTagClassName
{
color: #018215;
}
</style>
background-color css
<style>
a { background-color: #018215; }
a { background-color: rgb(1,130,21); }
div.DivClassName
{
background-color: #018215;
}
.BgClassName
{
background-color: #018215;
}
</style>
border-color css
<style>
span { border-color: #018215; }
span { border-color: rgb(1,130,21); }
td.TdClassName
{
border-color: #018215;
}
.TagClassName
{
border-color: #018215;
}
</style>