Html Css Color HEX #219478 Elf Green

📋 copy color: '#219478'

red 33 ◦ green 148 ◦ blue 120

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

Shades of Elf Green #219478

Tints of Elf Green #219478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.87%

R = 10.96%
G = 49.17%
B = 39.87%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#219478 (or 0x219478) is known color: Elf Green. HEX triplet: 21, 94 and 78. RGB value is (33,148,120). Sum of RGB (Red+Green+Blue) = 33+148+120=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #219478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219478 is #DE6B87. Grayscale: #6E6E6E. Windows color (decimal): -14576520 or 7902241. OLE color: 7902241.

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

Color convert

RGB 33 148 120 -
CMYK 0.78 0 0.19 0.42
HSL 165.39º 0.64% 0.35% -
HSV(B) 165.39º 0.78% 0.58% -
XYZ 14.61 22.86 21.41 -
YUV 110.42 133.4 72.78 -
System Red Green Blue C M Y K H S L
Decimal 33 148 120 0.78 0 0.19 0.42 165.39 0.64 0.35
Hex 21 94 78 4E 0 13 2A A5 40 23
Octal 41 224 170 116 0 23 52 245 100 43
Binary 100001 10010100 1111000 1001110 0 10011 101010 10100101 1000000 100011

Color Harmonies of #219478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219478

Black with #219478

Text Example


Text Example

White with #219478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219478; }

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

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

background-color css

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

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

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

border-color css

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

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

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