Html Css Color HEX #219475 Elf Green

📋 copy color: '#219475'

red 33 ◦ green 148 ◦ blue 117

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

Shades of Elf Green #219475

Tints of Elf Green #219475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.66%

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

R = 11.07%
G = 49.66%
B = 39.26%

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

#219475 (or 0x219475) is known color: Elf Green. HEX triplet: 21, 94 and 75. RGB value is (33,148,117). Sum of RGB (Red+Green+Blue) = 33+148+117=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #219475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219475 is #DE6B8A. Grayscale: #6E6E6E. Windows color (decimal): -14576523 or 7705633. OLE color: 7705633.

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

Color convert

RGB 33 148 117 -
CMYK 0.78 0 0.21 0.42
HSL 163.83º 0.64% 0.35% -
HSV(B) 163.83º 0.78% 0.58% -
XYZ 14.43 22.79 20.47 -
YUV 110.08 131.9 73.02 -
System Red Green Blue C M Y K H S L
Decimal 33 148 117 0.78 0 0.21 0.42 163.83 0.64 0.35
Hex 21 94 75 4E 0 15 2A A4 40 23
Octal 41 224 165 116 0 25 52 244 100 43
Binary 100001 10010100 1110101 1001110 0 10101 101010 10100100 1000000 100011

Color Harmonies of #219475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219475

Black with #219475

Text Example


Text Example

White with #219475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219475; }

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

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

background-color css

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

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

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

border-color css

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

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

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