Html Css Color HEX #219466 Elf Green

📋 copy color: '#219466'

red 33 ◦ green 148 ◦ blue 102

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

Shades of Elf Green #219466

Tints of Elf Green #219466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.04%

R = 11.66%
G = 52.3%
B = 36.04%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#219466 (or 0x219466) is known color: Elf Green. HEX triplet: 21, 94 and 66. RGB value is (33,148,102). Sum of RGB (Red+Green+Blue) = 33+148+102=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #219466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219466 is #DE6B99. Grayscale: #6C6C6C. Windows color (decimal): -14576538 or 6722593. OLE color: 6722593.

HSL color Cylindrical-coordinate representation of color #219466: hue angle of 156º 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 #219466 is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 148 102 -
CMYK 0.78 0 0.31 0.42
HSL 156º 0.64% 0.35% -
HSV(B) 156º 0.78% 0.58% -
XYZ 13.62 22.46 16.19 -
YUV 108.37 124.4 74.24 -
System Red Green Blue C M Y K H S L
Decimal 33 148 102 0.78 0 0.31 0.42 156 0.64 0.35
Hex 21 94 66 4E 0 1F 2A 9C 40 23
Octal 41 224 146 116 0 37 52 234 100 43
Binary 100001 10010100 1100110 1001110 0 11111 101010 10011100 1000000 100011

Color Harmonies of #219466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219466

Black with #219466

Text Example


Text Example

White with #219466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219466; }

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

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

background-color css

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

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

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

border-color css

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

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

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