Shades of Green #218501
Tints of Green #218501
RGB
CMYK
RGB Variations
Color information
#218501 (or 0x218501) is known color: Green. HEX triplet: 21, 85 and 01. RGB value is (33,133,1). Sum of RGB (Red+Green+Blue) = 33+133+1=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 133 (52.34% from 255 or 79.64% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 133 - color contains mainly: green. Hex color #218501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218501 is #DE7AFE. Grayscale: #585858. Windows color (decimal): -14580479 or 99617. OLE color: 99617.
HSL color Cylindrical-coordinate representation of color #218501: hue angle of 105.45º degrees, saturation: 0.99, 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 #218501 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 1 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.48 |
| HSL | 105.45º | 0.99% | 0.26% | - |
| HSV(B) | 105.45º | 0.99% | 0.52% | - |
| XYZ | 9.02 | 17.1 | 2.85 | - |
| YUV | 88.05 | 78.87 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 1 | 0.75 | 0 | 0.99 | 0.48 | 105.45 | 0.99 | 0.26 |
| Hex | 21 | 85 | 1 | 4B | 0 | 63 | 30 | 69 | 63 | 1A |
| Octal | 41 | 205 | 1 | 113 | 0 | 143 | 60 | 151 | 143 | 32 |
| Binary | 100001 | 10000101 | 1 | 1001011 | 0 | 1100011 | 110000 | 1101001 | 1100011 | 11010 |
Color Harmonies of #218501
Complementary color
Monochromatic Colors of #218501
Black with #218501
Text Example
Text Example
White with #218501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218501; }
p { color: rgb(33,133,1); }
H1.HeaderClassName
{
color: #218501;
}
.AnyTagClassName
{
color: #218501;
}
</style>
background-color css
<style>
a { background-color: #218501; }
a { background-color: rgb(33,133,1); }
div.DivClassName
{
background-color: #218501;
}
.BgClassName
{
background-color: #218501;
}
</style>
border-color css
<style>
span { border-color: #218501; }
span { border-color: rgb(33,133,1); }
td.TdClassName
{
border-color: #218501;
}
.TagClassName
{
border-color: #218501;
}
</style>