Shades of Elf Green #218F7B
Tints of Elf Green #218F7B
RGB
CMYK
RGB Variations
Color information
#218F7B (or 0x218F7B) is known color: Elf Green. HEX triplet: 21, 8F and 7B. RGB value is (33,143,123). Sum of RGB (Red+Green+Blue) = 33+143+123=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 143 (56.25% from 255 or 47.83% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 143 - color contains mainly: green. Hex color #218F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218F7B is #DE7084. Grayscale: #6B6B6B. Windows color (decimal): -14577797 or 8097569. OLE color: 8097569.
HSL color Cylindrical-coordinate representation of color #218F7B: hue angle of 169.09º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218F7B is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 123 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.44 |
| HSL | 169.09º | 0.63% | 0.35% | - |
| HSV(B) | 169.09º | 0.77% | 0.56% | - |
| XYZ | 14.02 | 21.4 | 22.13 | - |
| YUV | 107.83 | 136.56 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 123 | 0.77 | 0 | 0.14 | 0.44 | 169.09 | 0.63 | 0.35 |
| Hex | 21 | 8F | 7B | 4D | 0 | E | 2C | A9 | 3E | 23 |
| Octal | 41 | 217 | 173 | 115 | 0 | 16 | 54 | 251 | 76 | 43 |
| Binary | 100001 | 10001111 | 1111011 | 1001101 | 0 | 1110 | 101100 | 10101001 | 111110 | 100011 |
Color Harmonies of #218F7B
Complementary color
Monochromatic Colors of #218F7B
Black with #218F7B
Text Example
Text Example
White with #218F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F7B; }
p { color: rgb(33,143,123); }
H1.HeaderClassName
{
color: #218F7B;
}
.AnyTagClassName
{
color: #218F7B;
}
</style>
background-color css
<style>
a { background-color: #218F7B; }
a { background-color: rgb(33,143,123); }
div.DivClassName
{
background-color: #218F7B;
}
.BgClassName
{
background-color: #218F7B;
}
</style>
border-color css
<style>
span { border-color: #218F7B; }
span { border-color: rgb(33,143,123); }
td.TdClassName
{
border-color: #218F7B;
}
.TagClassName
{
border-color: #218F7B;
}
</style>