Shades of Green #018015
Tints of Green #018015
RGB
CMYK
RGB Variations
Color information
#018015 (or 0x018015) is known color: Green. HEX triplet: 01, 80 and 15. RGB value is (1,128,21). Sum of RGB (Red+Green+Blue) = 1+128+21=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 128 (50.39% from 255 or 85.33% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 128 - color contains mainly: green. Hex color #018015 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018015 is #FE7FEA. Grayscale: #4E4E4E. Windows color (decimal): -16678891 or 1409025. OLE color: 1409025.
HSL color Cylindrical-coordinate representation of color #018015: hue angle of 129.45º 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 #018015 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 128 | 21 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.50 |
| HSL | 129.45º | 0.98% | 0.25% | - |
| HSV(B) | 129.45º | 0.99% | 0.5% | - |
| XYZ | 7.87 | 15.5 | 3.29 | - |
| YUV | 77.83 | 95.92 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 21 | 0.99 | 0 | 0.84 | 0.50 | 129.45 | 0.98 | 0.25 |
| Hex | 1 | 80 | 15 | 63 | 0 | 54 | 32 | 81 | 62 | 19 |
| Octal | 1 | 200 | 25 | 143 | 0 | 124 | 62 | 201 | 142 | 31 |
| Binary | 1 | 10000000 | 10101 | 1100011 | 0 | 1010100 | 110010 | 10000001 | 1100010 | 11001 |
Color Harmonies of #018015
Complementary color
Monochromatic Colors of #018015
Black with #018015
Text Example
Text Example
White with #018015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018015; }
p { color: rgb(1,128,21); }
H1.HeaderClassName
{
color: #018015;
}
.AnyTagClassName
{
color: #018015;
}
</style>
background-color css
<style>
a { background-color: #018015; }
a { background-color: rgb(1,128,21); }
div.DivClassName
{
background-color: #018015;
}
.BgClassName
{
background-color: #018015;
}
</style>
border-color css
<style>
span { border-color: #018015; }
span { border-color: rgb(1,128,21); }
td.TdClassName
{
border-color: #018015;
}
.TagClassName
{
border-color: #018015;
}
</style>