Html Css Color HEX #219973 Elf Green

📋 copy color: '#219973'

red 33 ◦ green 153 ◦ blue 115

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

Shades of Elf Green #219973

Tints of Elf Green #219973

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.83%

 BLUE value IS 115 (45.31% from 255) = 38.21%

R = 10.96%
G = 50.83%
B = 38.21%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#219973 (or 0x219973) is known color: Elf Green. HEX triplet: 21, 99 and 73. RGB value is (33,153,115). Sum of RGB (Red+Green+Blue) = 33+153+115=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #219973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219973 is #DE668C. Grayscale: #707070. Windows color (decimal): -14575245 or 7575841. OLE color: 7575841.

HSL color Cylindrical-coordinate representation of color #219973: hue angle of 161º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219973 is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 153 115 -
CMYK 0.78 0 0.25 0.4
HSL 161º 0.65% 0.36% -
HSV(B) 161º 0.78% 0.6% -
XYZ 15.11 24.34 20.12 -
YUV 112.79 129.24 71.09 -
System Red Green Blue C M Y K H S L
Decimal 33 153 115 0.78 0 0.25 0.4 161 0.65 0.36
Hex 21 99 73 4E 0 19 28 A1 41 24
Octal 41 231 163 116 0 31 50 241 101 44
Binary 100001 10011001 1110011 1001110 0 11001 101000 10100001 1000001 100100

Color Harmonies of #219973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219973

Black with #219973

Text Example


Text Example

White with #219973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219973; }

 p { color: rgb(33,153,115); }

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

background-color css

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

 a { background-color: rgb(33,153,115); }

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

border-color css

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

 span { border-color: rgb(33,153,115); }

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