Shades of Elf Green #218269
Tints of Elf Green #218269
RGB
CMYK
RGB Variations
Color information
#218269 (or 0x218269) is known color: Elf Green. HEX triplet: 21, 82 and 69. RGB value is (33,130,105). Sum of RGB (Red+Green+Blue) = 33+130+105=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #218269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218269 is #DE7D96. Grayscale: #626262. Windows color (decimal): -14581143 or 6914593. OLE color: 6914593.
HSL color Cylindrical-coordinate representation of color #218269: hue angle of 164.54º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218269 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 105 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.49 |
| HSL | 164.54º | 0.6% | 0.32% | - |
| HSV(B) | 164.54º | 0.75% | 0.51% | - |
| XYZ | 11.16 | 17.31 | 16.12 | - |
| YUV | 98.15 | 131.86 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 105 | 0.75 | 0 | 0.19 | 0.49 | 164.54 | 0.6 | 0.32 |
| Hex | 21 | 82 | 69 | 4B | 0 | 13 | 31 | A5 | 3C | 20 |
| Octal | 41 | 202 | 151 | 113 | 0 | 23 | 61 | 245 | 74 | 40 |
| Binary | 100001 | 10000010 | 1101001 | 1001011 | 0 | 10011 | 110001 | 10100101 | 111100 | 100000 |
Color Harmonies of #218269
Complementary color
Monochromatic Colors of #218269
Black with #218269
Text Example
Text Example
White with #218269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218269; }
p { color: rgb(33,130,105); }
H1.HeaderClassName
{
color: #218269;
}
.AnyTagClassName
{
color: #218269;
}
</style>
background-color css
<style>
a { background-color: #218269; }
a { background-color: rgb(33,130,105); }
div.DivClassName
{
background-color: #218269;
}
.BgClassName
{
background-color: #218269;
}
</style>
border-color css
<style>
span { border-color: #218269; }
span { border-color: rgb(33,130,105); }
td.TdClassName
{
border-color: #218269;
}
.TagClassName
{
border-color: #218269;
}
</style>