Shades of Elf Green #218568
Tints of Elf Green #218568
RGB
CMYK
RGB Variations
Color information
#218568 (or 0x218568) is known color: Elf Green. HEX triplet: 21, 85 and 68. RGB value is (33,133,104). Sum of RGB (Red+Green+Blue) = 33+133+104=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #218568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218568 is #DE7A97. Grayscale: #636363. Windows color (decimal): -14580376 or 6849825. OLE color: 6849825.
HSL color Cylindrical-coordinate representation of color #218568: hue angle of 162.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218568 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 104 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.48 |
| HSL | 162.6º | 0.6% | 0.33% | - |
| HSV(B) | 162.6º | 0.75% | 0.52% | - |
| XYZ | 11.51 | 18.1 | 15.98 | - |
| YUV | 99.79 | 130.37 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 104 | 0.75 | 0 | 0.22 | 0.48 | 162.6 | 0.6 | 0.33 |
| Hex | 21 | 85 | 68 | 4B | 0 | 16 | 30 | A3 | 3C | 21 |
| Octal | 41 | 205 | 150 | 113 | 0 | 26 | 60 | 243 | 74 | 41 |
| Binary | 100001 | 10000101 | 1101000 | 1001011 | 0 | 10110 | 110000 | 10100011 | 111100 | 100001 |
Color Harmonies of #218568
Complementary color
Monochromatic Colors of #218568
Black with #218568
Text Example
Text Example
White with #218568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218568; }
p { color: rgb(33,133,104); }
H1.HeaderClassName
{
color: #218568;
}
.AnyTagClassName
{
color: #218568;
}
</style>
background-color css
<style>
a { background-color: #218568; }
a { background-color: rgb(33,133,104); }
div.DivClassName
{
background-color: #218568;
}
.BgClassName
{
background-color: #218568;
}
</style>
border-color css
<style>
span { border-color: #218568; }
span { border-color: rgb(33,133,104); }
td.TdClassName
{
border-color: #218568;
}
.TagClassName
{
border-color: #218568;
}
</style>