Html Css Color HEX #219470 Elf Green

📋 copy color: '#219470'

red 33 ◦ green 148 ◦ blue 112

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

Shades of Elf Green #219470

Tints of Elf Green #219470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.23%

R = 11.26%
G = 50.51%
B = 38.23%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#219470 (or 0x219470) is known color: Elf Green. HEX triplet: 21, 94 and 70. RGB value is (33,148,112). Sum of RGB (Red+Green+Blue) = 33+148+112=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #219470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219470 is #DE6B8F. Grayscale: #6D6D6D. Windows color (decimal): -14576528 or 7377953. OLE color: 7377953.

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

Color convert

RGB 33 148 112 -
CMYK 0.78 0 0.24 0.42
HSL 161.22º 0.64% 0.35% -
HSV(B) 161.22º 0.78% 0.58% -
XYZ 14.14 22.67 18.96 -
YUV 109.51 129.4 73.43 -
System Red Green Blue C M Y K H S L
Decimal 33 148 112 0.78 0 0.24 0.42 161.22 0.64 0.35
Hex 21 94 70 4E 0 18 2A A1 40 23
Octal 41 224 160 116 0 30 52 241 100 43
Binary 100001 10010100 1110000 1001110 0 11000 101010 10100001 1000000 100011

Color Harmonies of #219470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219470

Black with #219470

Text Example


Text Example

White with #219470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219470; }

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

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

background-color css

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

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

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

border-color css

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

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

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