Shades of Green #218600
Tints of Green #218600
RGB
CMYK
RGB Variations
Color information
#218600 (or 0x218600) is known color: Green. HEX triplet: 21, 86 and 00. RGB value is (33,134,0). Sum of RGB (Red+Green+Blue) = 33+134+0=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 134 (52.73% from 255 or 80.24% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 134 - color contains mainly: green. Hex color #218600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218600 is #DE79FF. Grayscale: #585858. Windows color (decimal): -14580224 or 34337. OLE color: 34337.
HSL color Cylindrical-coordinate representation of color #218600: hue angle of 105.22º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #218600 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 134 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.47 |
| HSL | 105.22º | 1% | 0.26% | - |
| HSV(B) | 105.22º | 1% | 0.53% | - |
| XYZ | 9.15 | 17.37 | 2.87 | - |
| YUV | 88.53 | 78.04 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 134 | 0 | 0.75 | 0 | 1 | 0.47 | 105.22 | 1 | 0.26 |
| Hex | 21 | 86 | 0 | 4B | 0 | 64 | 2F | 69 | 64 | 1A |
| Octal | 41 | 206 | 0 | 113 | 0 | 144 | 57 | 151 | 144 | 32 |
| Binary | 100001 | 10000110 | 0 | 1001011 | 0 | 1100100 | 101111 | 1101001 | 1100100 | 11010 |
Color Harmonies of #218600
Complementary color
Monochromatic Colors of #218600
Black with #218600
Text Example
Text Example
White with #218600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218600; }
p { color: rgb(33,134,0); }
H1.HeaderClassName
{
color: #218600;
}
.AnyTagClassName
{
color: #218600;
}
</style>
background-color css
<style>
a { background-color: #218600; }
a { background-color: rgb(33,134,0); }
div.DivClassName
{
background-color: #218600;
}
.BgClassName
{
background-color: #218600;
}
</style>
border-color css
<style>
span { border-color: #218600; }
span { border-color: rgb(33,134,0); }
td.TdClassName
{
border-color: #218600;
}
.TagClassName
{
border-color: #218600;
}
</style>