#219c6a

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

Shades of Elf Green #219C6A

Tints of Elf Green #219C6A

Color information

#219C6A (or 0x219C6A) is unknown color: approx Elf Green. HEX triplet: 21, 9C and 6A. RGB value is (33,156,106). Sum of RGB (Red+Green+Blue) = 33+156+106=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 156 (61.33% from 255 or 52.88% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 156 - color contains mainly: green. Hex color #219C6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219C6A is #DE6395. Grayscale: #717171. Windows color (decimal): -14574486 or 6986785. OLE color: 6986785.

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

Color convert

RGB33156106-
CMYK0.7900.320.39
HSL155.61º65.08%37.06%-
HSV(B)155.61º78.85%61.18%-
XYZ15.1225.1417.69-
YUV113.52123.7570.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.19%
GREEN value IS 156 (61.33% from 255) = 52.88%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=11.19%
G=52.88%
B=35.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal331561060.7900.320.39155.6165.0837.06
Hex219C6A4F020279c4125
Octal412341521170404723410145
Binary10000110011100110101010011110100000100111100111001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219c6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,156,106); }

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

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

 a { background-color: rgb(33,156,106); }

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

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

 span { border-color: rgb(33,156,106); }

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