#219F6F

Color #219F6F Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #219F6F

Tints of Elf Green #219F6F

Color information

#219F6F (or 0x219F6F) is unknown color: approx Elf Green. HEX triplet: 21, 9F and 6F. RGB value is (33,159,111). Sum of RGB (Red+Green+Blue) = 33+159+111=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 159 (62.5% from 255 or 52.48% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 159 - color contains mainly: green. Hex color #219F6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219F6F is #DE6090. Grayscale: #737373. Windows color (decimal): -14573713 or 7315233. OLE color: 7315233.

HSL color Cylindrical-coordinate representation of color #219F6F: hue angle of 157.14º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219F6F is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB33159111-
CMYK0.7900.300.38
HSL157.14º65.62%37.65%-
HSV(B)157.14º79.25%62.35%-
XYZ15.8926.2719.27-
YUV115.85125.2668.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 10.89%
GREEN value IS 159 (62.5% from 255) = 52.48%
BLUE value IS 111 (43.75% from 255) = 36.63%
R=10.89%
G=52.48%
B=36.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal331591110.7900.300.38157.1465.6237.65
Hex219F6F4F01E269d4226
Octal412371571170364623510246
Binary1000011001111111011111001111011110100110100111011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219F6F; }

 p { color: rgb(33,159,111); }

 H1.HeaderClassName
 {
   color: #219F6F;
 }
 .AnyTagClassName
 {
   color: #219F6F;
 }
</style>
background-color css

<style>
 a { background-color: #219F6F; }

 a { background-color: rgb(33,159,111); }

 div.DivClassName
 {
   background-color: #219F6F;
 }
 .BgClassName
 {
   background-color: #219F6F;
 }
</style>
border-color css

<style>
 span { border-color: #219F6F; }

 span { border-color: rgb(33,159,111); }

 td.TdClassName
 {
   border-color: #219F6F;
 }
 .TagClassName
 {
   border-color: #219F6F;
 }
</style>