Shades of Elf Green #218766
Tints of Elf Green #218766
RGB
CMYK
RGB Variations
Color information
#218766 (or 0x218766) is known color: Elf Green. HEX triplet: 21, 87 and 66. RGB value is (33,135,102). Sum of RGB (Red+Green+Blue) = 33+135+102=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 135 (53.12% from 255 or 50% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 135 - color contains mainly: green. Hex color #218766 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218766 is #DE7899. Grayscale: #646464. Windows color (decimal): -14579866 or 6719265. OLE color: 6719265.
HSL color Cylindrical-coordinate representation of color #218766: hue angle of 160.59º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218766 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 135 | 102 | - |
| CMYK | 0.76 | 0 | 0.24 | 0.47 |
| HSL | 160.59º | 0.61% | 0.33% | - |
| HSV(B) | 160.59º | 0.76% | 0.53% | - |
| XYZ | 11.69 | 18.61 | 15.55 | - |
| YUV | 100.74 | 128.71 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 102 | 0.76 | 0 | 0.24 | 0.47 | 160.59 | 0.61 | 0.33 |
| Hex | 21 | 87 | 66 | 4C | 0 | 18 | 2F | A1 | 3D | 21 |
| Octal | 41 | 207 | 146 | 114 | 0 | 30 | 57 | 241 | 75 | 41 |
| Binary | 100001 | 10000111 | 1100110 | 1001100 | 0 | 11000 | 101111 | 10100001 | 111101 | 100001 |
Color Harmonies of #218766
Complementary color
Monochromatic Colors of #218766
Black with #218766
Text Example
Text Example
White with #218766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218766; }
p { color: rgb(33,135,102); }
H1.HeaderClassName
{
color: #218766;
}
.AnyTagClassName
{
color: #218766;
}
</style>
background-color css
<style>
a { background-color: #218766; }
a { background-color: rgb(33,135,102); }
div.DivClassName
{
background-color: #218766;
}
.BgClassName
{
background-color: #218766;
}
</style>
border-color css
<style>
span { border-color: #218766; }
span { border-color: rgb(33,135,102); }
td.TdClassName
{
border-color: #218766;
}
.TagClassName
{
border-color: #218766;
}
</style>