Html Css Color HEX #219F73 Elf Green

📋 copy color: '#219F73'

red 33 ◦ green 159 ◦ blue 115

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

Shades of Elf Green #219F73

Tints of Elf Green #219F73

RGB

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

 GREEN value IS 159 (62.5% from 255) = 51.79%

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

R = 10.75%
G = 51.79%
B = 37.46%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#219F73 (or 0x219F73) is known color: Elf Green. HEX triplet: 21, 9F and 73. RGB value is (33,159,115). Sum of RGB (Red+Green+Blue) = 33+159+115=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 159 (62.5% from 255 or 51.79% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 159 - color contains mainly: green. Hex color #219F73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219F73 is #DE608C. Grayscale: #747474. Windows color (decimal): -14573709 or 7577377. OLE color: 7577377.

HSL color Cylindrical-coordinate representation of color #219F73: hue angle of 159.05º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219F73 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 159 115 -
CMYK 0.79 0 0.28 0.38
HSL 159.05º 0.66% 0.38% -
HSV(B) 159.05º 0.79% 0.62% -
XYZ 16.12 26.36 20.46 -
YUV 116.31 127.26 68.58 -
System Red Green Blue C M Y K H S L
Decimal 33 159 115 0.79 0 0.28 0.38 159.05 0.66 0.38
Hex 21 9F 73 4F 0 1C 26 9F 42 26
Octal 41 237 163 117 0 34 46 237 102 46
Binary 100001 10011111 1110011 1001111 0 11100 100110 10011111 1000010 100110

Color Harmonies of #219F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219F73

Black with #219F73

Text Example


Text Example

White with #219F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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