Shades of Green #018121
Tints of Green #018121
RGB
CMYK
RGB Variations
Color information
#018121 (or 0x018121) is known color: Green. HEX triplet: 01, 81 and 21. RGB value is (1,129,33). Sum of RGB (Red+Green+Blue) = 1+129+33=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 129 (50.78% from 255 or 79.14% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 129 - color contains mainly: green. Hex color #018121 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018121 is #FE7EDE. Grayscale: #505050. Windows color (decimal): -16678623 or 2195713. OLE color: 2195713.
HSL color Cylindrical-coordinate representation of color #018121: hue angle of 135º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018121 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 33 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.49 |
| HSL | 135º | 0.98% | 0.25% | - |
| HSV(B) | 135º | 0.99% | 0.51% | - |
| XYZ | 8.14 | 15.82 | 4.06 | - |
| YUV | 79.78 | 101.59 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 33 | 0.99 | 0 | 0.74 | 0.49 | 135 | 0.98 | 0.25 |
| Hex | 1 | 81 | 21 | 63 | 0 | 4A | 31 | 87 | 62 | 19 |
| Octal | 1 | 201 | 41 | 143 | 0 | 112 | 61 | 207 | 142 | 31 |
| Binary | 1 | 10000001 | 100001 | 1100011 | 0 | 1001010 | 110001 | 10000111 | 1100010 | 11001 |
Color Harmonies of #018121
Complementary color
Monochromatic Colors of #018121
Black with #018121
Text Example
Text Example
White with #018121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018121; }
p { color: rgb(1,129,33); }
H1.HeaderClassName
{
color: #018121;
}
.AnyTagClassName
{
color: #018121;
}
</style>
background-color css
<style>
a { background-color: #018121; }
a { background-color: rgb(1,129,33); }
div.DivClassName
{
background-color: #018121;
}
.BgClassName
{
background-color: #018121;
}
</style>
border-color css
<style>
span { border-color: #018121; }
span { border-color: rgb(1,129,33); }
td.TdClassName
{
border-color: #018121;
}
.TagClassName
{
border-color: #018121;
}
</style>