Html Css Color HEX #219476 Elf Green

📋 copy color: '#219476'

red 33 ◦ green 148 ◦ blue 118

#219476
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #219476

Tints of Elf Green #219476

RGB

 RED value IS 33 (13.28% from 255) = 11.04%

 GREEN value IS 148 (58.2% from 255) = 49.5%

 BLUE value IS 118 (46.48% from 255) = 39.46%

R = 11.04%
G = 49.5%
B = 39.46%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#219476 (or 0x219476) is known color: Elf Green. HEX triplet: 21, 94 and 76. RGB value is (33,148,118). Sum of RGB (Red+Green+Blue) = 33+148+118=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #219476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219476 is #DE6B89. Grayscale: #6E6E6E. Windows color (decimal): -14576522 or 7771169. OLE color: 7771169.

HSL color Cylindrical-coordinate representation of color #219476: hue angle of 164.35º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219476 is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 148 118 -
CMYK 0.78 0 0.20 0.42
HSL 164.35º 0.64% 0.35% -
HSV(B) 164.35º 0.78% 0.58% -
XYZ 14.49 22.81 20.78 -
YUV 110.2 132.4 72.94 -
System Red Green Blue C M Y K H S L
Decimal 33 148 118 0.78 0 0.20 0.42 164.35 0.64 0.35
Hex 21 94 76 4E 0 14 2A A4 40 23
Octal 41 224 166 116 0 24 52 244 100 43
Binary 100001 10010100 1110110 1001110 0 10100 101010 10100100 1000000 100011

Color Harmonies of #219476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219476

Black with #219476

Text Example


Text Example

White with #219476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219476; }

 p { color: rgb(33,148,118); }

 H1.HeaderClassName
 {
   color: #219476;
 }
 .AnyTagClassName
 {
   color: #219476;
 }
</style>

background-color css

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

 a { background-color: rgb(33,148,118); }

 div.DivClassName
 {
   background-color: #219476;
 }
 .BgClassName
 {
   background-color: #219476;
 }
</style>

border-color css

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

 span { border-color: rgb(33,148,118); }

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