Html Css Color HEX #219575 Elf Green

📋 copy color: '#219575'

red 33 ◦ green 149 ◦ blue 117

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

Shades of Elf Green #219575

Tints of Elf Green #219575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.13%

R = 11.04%
G = 49.83%
B = 39.13%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#219575 (or 0x219575) is known color: Elf Green. HEX triplet: 21, 95 and 75. RGB value is (33,149,117). Sum of RGB (Red+Green+Blue) = 33+149+117=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #219575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219575 is #DE6A8A. Grayscale: #6E6E6E. Windows color (decimal): -14576267 or 7705889. OLE color: 7705889.

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

Color convert

RGB 33 149 117 -
CMYK 0.78 0 0.21 0.42
HSL 163.45º 0.64% 0.36% -
HSV(B) 163.45º 0.78% 0.58% -
XYZ 14.59 23.1 20.52 -
YUV 110.67 131.57 72.6 -
System Red Green Blue C M Y K H S L
Decimal 33 149 117 0.78 0 0.21 0.42 163.45 0.64 0.36
Hex 21 95 75 4E 0 15 2A A3 40 24
Octal 41 225 165 116 0 25 52 243 100 44
Binary 100001 10010101 1110101 1001110 0 10101 101010 10100011 1000000 100100

Color Harmonies of #219575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219575

Black with #219575

Text Example


Text Example

White with #219575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219575; }

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

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

background-color css

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

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

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

border-color css

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

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

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