Html Css Color HEX #219574 Elf Green

📋 copy color: '#219574'

red 33 ◦ green 149 ◦ blue 116

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

Shades of Elf Green #219574

Tints of Elf Green #219574

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50%

 BLUE value IS 116 (45.7% from 255) = 38.93%

R = 11.07%
G = 50%
B = 38.93%

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

#219574 (or 0x219574) is known color: Elf Green. HEX triplet: 21, 95 and 74. RGB value is (33,149,116). Sum of RGB (Red+Green+Blue) = 33+149+116=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #219574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219574 is #DE6A8B. Grayscale: #6E6E6E. Windows color (decimal): -14576268 or 7640353. OLE color: 7640353.

HSL color Cylindrical-coordinate representation of color #219574: hue angle of 162.93º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219574 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 149 116 -
CMYK 0.78 0 0.22 0.42
HSL 162.93º 0.64% 0.36% -
HSV(B) 162.93º 0.78% 0.58% -
XYZ 14.53 23.08 20.21 -
YUV 110.55 131.07 72.68 -
System Red Green Blue C M Y K H S L
Decimal 33 149 116 0.78 0 0.22 0.42 162.93 0.64 0.36
Hex 21 95 74 4E 0 16 2A A3 40 24
Octal 41 225 164 116 0 26 52 243 100 44
Binary 100001 10010101 1110100 1001110 0 10110 101010 10100011 1000000 100100

Color Harmonies of #219574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219574

Black with #219574

Text Example


Text Example

White with #219574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219574; }

 p { color: rgb(33,149,116); }

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

background-color css

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

 a { background-color: rgb(33,149,116); }

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

border-color css

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

 span { border-color: rgb(33,149,116); }

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