Html Css Color HEX #219372 Elf Green

📋 copy color: '#219372'

red 33 ◦ green 147 ◦ blue 114

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

Shades of Elf Green #219372

Tints of Elf Green #219372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.78%

R = 11.22%
G = 50%
B = 38.78%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#219372 (or 0x219372) is known color: Elf Green. HEX triplet: 21, 93 and 72. RGB value is (33,147,114). Sum of RGB (Red+Green+Blue) = 33+147+114=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 147 (57.81% from 255 or 50% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 147 - color contains mainly: green. Hex color #219372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219372 is #DE6C8D. Grayscale: #6D6D6D. Windows color (decimal): -14576782 or 7508769. OLE color: 7508769.

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

Color convert

RGB 33 147 114 -
CMYK 0.78 0 0.22 0.42
HSL 162.63º 0.63% 0.35% -
HSV(B) 162.63º 0.78% 0.58% -
XYZ 14.1 22.41 19.5 -
YUV 109.15 130.73 73.68 -
System Red Green Blue C M Y K H S L
Decimal 33 147 114 0.78 0 0.22 0.42 162.63 0.63 0.35
Hex 21 93 72 4E 0 16 2A A3 3F 23
Octal 41 223 162 116 0 26 52 243 77 43
Binary 100001 10010011 1110010 1001110 0 10110 101010 10100011 111111 100011

Color Harmonies of #219372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219372

Black with #219372

Text Example


Text Example

White with #219372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219372; }

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

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

background-color css

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

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

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

border-color css

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

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

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