Html Css Color HEX #219072 Elf Green

📋 copy color: '#219072'

red 33 ◦ green 144 ◦ blue 114

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

Shades of Elf Green #219072

Tints of Elf Green #219072

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.48%

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

R = 11.34%
G = 49.48%
B = 39.18%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#219072 (or 0x219072) is known color: Elf Green. HEX triplet: 21, 90 and 72. RGB value is (33,144,114). Sum of RGB (Red+Green+Blue) = 33+144+114=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 144 (56.64% from 255 or 49.48% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 144 - color contains mainly: green. Hex color #219072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219072 is #DE6F8D. Grayscale: #6B6B6B. Windows color (decimal): -14577550 or 7508001. OLE color: 7508001.

HSL color Cylindrical-coordinate representation of color #219072: hue angle of 163.78º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219072 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 144 114 -
CMYK 0.77 0 0.21 0.44
HSL 163.78º 0.63% 0.35% -
HSV(B) 163.78º 0.77% 0.56% -
XYZ 13.64 21.48 19.35 -
YUV 107.39 131.73 74.94 -
System Red Green Blue C M Y K H S L
Decimal 33 144 114 0.77 0 0.21 0.44 163.78 0.63 0.35
Hex 21 90 72 4D 0 15 2C A4 3F 23
Octal 41 220 162 115 0 25 54 244 77 43
Binary 100001 10010000 1110010 1001101 0 10101 101100 10100100 111111 100011

Color Harmonies of #219072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219072

Black with #219072

Text Example


Text Example

White with #219072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219072; }

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

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

background-color css

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

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

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

border-color css

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

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

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