#219B6F

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

Shades of Elf Green #219B6F

Tints of Elf Green #219B6F

Color information

#219B6F (or 0x219B6F) is unknown color: approx Elf Green. HEX triplet: 21, 9B and 6F. RGB value is (33,155,111). Sum of RGB (Red+Green+Blue) = 33+155+111=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 155 (60.94% from 255 or 51.84% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 155 - color contains mainly: green. Hex color #219B6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219B6F is #DE6490. Grayscale: #717171. Windows color (decimal): -14574737 or 7314209. OLE color: 7314209.

HSL color Cylindrical-coordinate representation of color #219B6F: hue angle of 158.36º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219B6F is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB33155111-
CMYK0.7900.280.39
HSL158.36º64.89%36.86%-
HSV(B)158.36º78.71%60.78%-
XYZ15.2224.9119.05-
YUV113.51126.5870.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.04%
GREEN value IS 155 (60.94% from 255) = 51.84%
BLUE value IS 111 (43.75% from 255) = 37.12%
R=11.04%
G=51.84%
B=37.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal331551110.7900.280.39158.3664.8936.86
Hex219B6F4F01C279e4125
Octal412331571170344723610145
Binary1000011001101111011111001111011100100111100111101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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