Shades of Green #218401
Tints of Green #218401
RGB
CMYK
RGB Variations
Color information
#218401 (or 0x218401) is known color: Green. HEX triplet: 21, 84 and 01. RGB value is (33,132,1). Sum of RGB (Red+Green+Blue) = 33+132+1=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 132 (51.95% from 255 or 79.52% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 132 - color contains mainly: green. Hex color #218401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218401 is #DE7BFE. Grayscale: #575757. Windows color (decimal): -14580735 or 99361. OLE color: 99361.
HSL color Cylindrical-coordinate representation of color #218401: hue angle of 105.34º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #218401 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 132 | 1 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.48 |
| HSL | 105.34º | 0.98% | 0.26% | - |
| HSV(B) | 105.34º | 0.99% | 0.52% | - |
| XYZ | 8.88 | 16.83 | 2.81 | - |
| YUV | 87.47 | 79.2 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 132 | 1 | 0.75 | 0 | 0.99 | 0.48 | 105.34 | 0.98 | 0.26 |
| Hex | 21 | 84 | 1 | 4B | 0 | 63 | 30 | 69 | 62 | 1A |
| Octal | 41 | 204 | 1 | 113 | 0 | 143 | 60 | 151 | 142 | 32 |
| Binary | 100001 | 10000100 | 1 | 1001011 | 0 | 1100011 | 110000 | 1101001 | 1100010 | 11010 |
Color Harmonies of #218401
Complementary color
Monochromatic Colors of #218401
Black with #218401
Text Example
Text Example
White with #218401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218401; }
p { color: rgb(33,132,1); }
H1.HeaderClassName
{
color: #218401;
}
.AnyTagClassName
{
color: #218401;
}
</style>
background-color css
<style>
a { background-color: #218401; }
a { background-color: rgb(33,132,1); }
div.DivClassName
{
background-color: #218401;
}
.BgClassName
{
background-color: #218401;
}
</style>
border-color css
<style>
span { border-color: #218401; }
span { border-color: rgb(33,132,1); }
td.TdClassName
{
border-color: #218401;
}
.TagClassName
{
border-color: #218401;
}
</style>