Shades of Elf Green #218675
Tints of Elf Green #218675
RGB
CMYK
RGB Variations
Color information
#218675 (or 0x218675) is known color: Elf Green. HEX triplet: 21, 86 and 75. RGB value is (33,134,117). Sum of RGB (Red+Green+Blue) = 33+134+117=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #218675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218675 is #DE798A. Grayscale: #656565. Windows color (decimal): -14580107 or 7702049. OLE color: 7702049.
HSL color Cylindrical-coordinate representation of color #218675: hue angle of 169.9º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218675 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 134 | 117 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.47 |
| HSL | 169.9º | 0.6% | 0.33% | - |
| HSV(B) | 169.9º | 0.75% | 0.53% | - |
| XYZ | 12.36 | 18.66 | 19.78 | - |
| YUV | 101.86 | 136.54 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 134 | 117 | 0.75 | 0 | 0.13 | 0.47 | 169.9 | 0.6 | 0.33 |
| Hex | 21 | 86 | 75 | 4B | 0 | D | 2F | AA | 3C | 21 |
| Octal | 41 | 206 | 165 | 113 | 0 | 15 | 57 | 252 | 74 | 41 |
| Binary | 100001 | 10000110 | 1110101 | 1001011 | 0 | 1101 | 101111 | 10101010 | 111100 | 100001 |
Color Harmonies of #218675
Complementary color
Monochromatic Colors of #218675
Black with #218675
Text Example
Text Example
White with #218675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218675; }
p { color: rgb(33,134,117); }
H1.HeaderClassName
{
color: #218675;
}
.AnyTagClassName
{
color: #218675;
}
</style>
background-color css
<style>
a { background-color: #218675; }
a { background-color: rgb(33,134,117); }
div.DivClassName
{
background-color: #218675;
}
.BgClassName
{
background-color: #218675;
}
</style>
border-color css
<style>
span { border-color: #218675; }
span { border-color: rgb(33,134,117); }
td.TdClassName
{
border-color: #218675;
}
.TagClassName
{
border-color: #218675;
}
</style>