Shades of Green #218500
Tints of Green #218500
RGB
CMYK
RGB Variations
Color information
#218500 (or 0x218500) is known color: Green. HEX triplet: 21, 85 and 00. RGB value is (33,133,0). Sum of RGB (Red+Green+Blue) = 33+133+0=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 133 (52.34% from 255 or 80.12% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 133 - color contains mainly: green. Hex color #218500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218500 is #DE7AFF. Grayscale: #585858. Windows color (decimal): -14580480 or 34081. OLE color: 34081.
HSL color Cylindrical-coordinate representation of color #218500: hue angle of 105.11º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #218500 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.48 |
| HSL | 105.11º | 1% | 0.26% | - |
| HSV(B) | 105.11º | 1% | 0.52% | - |
| XYZ | 9.01 | 17.1 | 2.83 | - |
| YUV | 87.94 | 78.37 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 0 | 0.75 | 0 | 1 | 0.48 | 105.11 | 1 | 0.26 |
| Hex | 21 | 85 | 0 | 4B | 0 | 64 | 30 | 69 | 64 | 1A |
| Octal | 41 | 205 | 0 | 113 | 0 | 144 | 60 | 151 | 144 | 32 |
| Binary | 100001 | 10000101 | 0 | 1001011 | 0 | 1100100 | 110000 | 1101001 | 1100100 | 11010 |
Color Harmonies of #218500
Complementary color
Monochromatic Colors of #218500
Black with #218500
Text Example
Text Example
White with #218500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218500; }
p { color: rgb(33,133,0); }
H1.HeaderClassName
{
color: #218500;
}
.AnyTagClassName
{
color: #218500;
}
</style>
background-color css
<style>
a { background-color: #218500; }
a { background-color: rgb(33,133,0); }
div.DivClassName
{
background-color: #218500;
}
.BgClassName
{
background-color: #218500;
}
</style>
border-color css
<style>
span { border-color: #218500; }
span { border-color: rgb(33,133,0); }
td.TdClassName
{
border-color: #218500;
}
.TagClassName
{
border-color: #218500;
}
</style>