#219B6E

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

Shades of Elf Green #219B6E

Tints of Elf Green #219B6E

Color information

#219B6E (or 0x219B6E) is unknown color: approx Elf Green. HEX triplet: 21, 9B and 6E. RGB value is (33,155,110). Sum of RGB (Red+Green+Blue) = 33+155+110=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 155 (60.94% from 255 or 52.01% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 155 - color contains mainly: green. Hex color #219B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219B6E is #DE6491. Grayscale: #717171. Windows color (decimal): -14574738 or 7248673. OLE color: 7248673.

HSL color Cylindrical-coordinate representation of color #219B6E: hue angle of 157.87º 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 #219B6E is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB33155110-
CMYK0.7900.290.39
HSL157.87º64.89%36.86%-
HSV(B)157.87º78.71%60.78%-
XYZ15.1624.8918.76-
YUV113.39126.0870.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.07%
GREEN value IS 155 (60.94% from 255) = 52.01%
BLUE value IS 110 (43.36% from 255) = 36.91%
R=11.07%
G=52.01%
B=36.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal331551100.7900.290.39157.8764.8936.86
Hex219B6E4F01D279e4125
Octal412331561170354723610145
Binary1000011001101111011101001111011101100111100111101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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