Shades of Elf Green #218665
Tints of Elf Green #218665
RGB
CMYK
RGB Variations
Color information
#218665 (or 0x218665) is known color: Elf Green. HEX triplet: 21, 86 and 65. RGB value is (33,134,101). Sum of RGB (Red+Green+Blue) = 33+134+101=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #218665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218665 is #DE799A. Grayscale: #646464. Windows color (decimal): -14580123 or 6653473. OLE color: 6653473.
HSL color Cylindrical-coordinate representation of color #218665: hue angle of 160.4º 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 #218665 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 134 | 101 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.47 |
| HSL | 160.4º | 0.6% | 0.33% | - |
| HSV(B) | 160.4º | 0.75% | 0.53% | - |
| XYZ | 11.5 | 18.31 | 15.24 | - |
| YUV | 100.04 | 128.54 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 134 | 101 | 0.75 | 0 | 0.25 | 0.47 | 160.4 | 0.6 | 0.33 |
| Hex | 21 | 86 | 65 | 4B | 0 | 19 | 2F | A0 | 3C | 21 |
| Octal | 41 | 206 | 145 | 113 | 0 | 31 | 57 | 240 | 74 | 41 |
| Binary | 100001 | 10000110 | 1100101 | 1001011 | 0 | 11001 | 101111 | 10100000 | 111100 | 100001 |
Color Harmonies of #218665
Complementary color
Monochromatic Colors of #218665
Black with #218665
Text Example
Text Example
White with #218665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218665; }
p { color: rgb(33,134,101); }
H1.HeaderClassName
{
color: #218665;
}
.AnyTagClassName
{
color: #218665;
}
</style>
background-color css
<style>
a { background-color: #218665; }
a { background-color: rgb(33,134,101); }
div.DivClassName
{
background-color: #218665;
}
.BgClassName
{
background-color: #218665;
}
</style>
border-color css
<style>
span { border-color: #218665; }
span { border-color: rgb(33,134,101); }
td.TdClassName
{
border-color: #218665;
}
.TagClassName
{
border-color: #218665;
}
</style>