Shades of Green #018221
Tints of Green #018221
RGB
CMYK
RGB Variations
Color information
#018221 (or 0x018221) is known color: Green. HEX triplet: 01, 82 and 21. RGB value is (1,130,33). Sum of RGB (Red+Green+Blue) = 1+130+33=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 130 (51.17% from 255 or 79.27% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 130 - color contains mainly: green. Hex color #018221 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018221 is #FE7DDE. Grayscale: #505050. Windows color (decimal): -16678367 or 2195969. OLE color: 2195969.
HSL color Cylindrical-coordinate representation of color #018221: hue angle of 134.88º 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 #018221 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 130 | 33 | - |
| CMYK | 0.99 | 0 | 0.75 | 0.49 |
| HSL | 134.88º | 0.98% | 0.26% | - |
| HSV(B) | 134.88º | 0.99% | 0.51% | - |
| XYZ | 8.27 | 16.08 | 4.11 | - |
| YUV | 80.37 | 101.26 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 33 | 0.99 | 0 | 0.75 | 0.49 | 134.88 | 0.98 | 0.26 |
| Hex | 1 | 82 | 21 | 63 | 0 | 4B | 31 | 87 | 62 | 1A |
| Octal | 1 | 202 | 41 | 143 | 0 | 113 | 61 | 207 | 142 | 32 |
| Binary | 1 | 10000010 | 100001 | 1100011 | 0 | 1001011 | 110001 | 10000111 | 1100010 | 11010 |
Color Harmonies of #018221
Complementary color
Monochromatic Colors of #018221
Black with #018221
Text Example
Text Example
White with #018221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018221; }
p { color: rgb(1,130,33); }
H1.HeaderClassName
{
color: #018221;
}
.AnyTagClassName
{
color: #018221;
}
</style>
background-color css
<style>
a { background-color: #018221; }
a { background-color: rgb(1,130,33); }
div.DivClassName
{
background-color: #018221;
}
.BgClassName
{
background-color: #018221;
}
</style>
border-color css
<style>
span { border-color: #018221; }
span { border-color: rgb(1,130,33); }
td.TdClassName
{
border-color: #018221;
}
.TagClassName
{
border-color: #018221;
}
</style>