Html Css Color HEX #219370 Elf Green

📋 copy color: '#219370'

red 33 ◦ green 147 ◦ blue 112

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

Shades of Elf Green #219370

Tints of Elf Green #219370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.34%

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

R = 11.3%
G = 50.34%
B = 38.36%

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

#219370 (or 0x219370) is known color: Elf Green. HEX triplet: 21, 93 and 70. RGB value is (33,147,112). Sum of RGB (Red+Green+Blue) = 33+147+112=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #219370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219370 is #DE6C8F. Grayscale: #6C6C6C. Windows color (decimal): -14576784 or 7377697. OLE color: 7377697.

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

Color convert

RGB 33 147 112 -
CMYK 0.78 0 0.24 0.42
HSL 161.58º 0.63% 0.35% -
HSV(B) 161.58º 0.78% 0.58% -
XYZ 13.99 22.36 18.91 -
YUV 108.92 129.73 73.85 -
System Red Green Blue C M Y K H S L
Decimal 33 147 112 0.78 0 0.24 0.42 161.58 0.63 0.35
Hex 21 93 70 4E 0 18 2A A2 3F 23
Octal 41 223 160 116 0 30 52 242 77 43
Binary 100001 10010011 1110000 1001110 0 11000 101010 10100010 111111 100011

Color Harmonies of #219370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219370

Black with #219370

Text Example


Text Example

White with #219370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219370; }

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

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

background-color css

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

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

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

border-color css

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

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

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