Html Css Color HEX #219D75 Elf Green

📋 copy color: '#219D75'

red 33 ◦ green 157 ◦ blue 117

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

Shades of Elf Green #219D75

Tints of Elf Green #219D75

RGB

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

 GREEN value IS 157 (61.72% from 255) = 51.14%

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

R = 10.75%
G = 51.14%
B = 38.11%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#219D75 (or 0x219D75) is known color: Elf Green. HEX triplet: 21, 9D and 75. RGB value is (33,157,117). Sum of RGB (Red+Green+Blue) = 33+157+117=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 157 (61.72% from 255 or 51.14% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 157 - color contains mainly: green. Hex color #219D75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219D75 is #DE628A. Grayscale: #737373. Windows color (decimal): -14574219 or 7707937. OLE color: 7707937.

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

Color convert

RGB 33 157 117 -
CMYK 0.79 0 0.25 0.38
HSL 160.65º 0.65% 0.37% -
HSV(B) 160.65º 0.79% 0.62% -
XYZ 15.9 25.72 20.96 -
YUV 115.36 128.92 69.25 -
System Red Green Blue C M Y K H S L
Decimal 33 157 117 0.79 0 0.25 0.38 160.65 0.65 0.37
Hex 21 9D 75 4F 0 19 26 A1 41 25
Octal 41 235 165 117 0 31 46 241 101 45
Binary 100001 10011101 1110101 1001111 0 11001 100110 10100001 1000001 100101

Color Harmonies of #219D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219D75

Black with #219D75

Text Example


Text Example

White with #219D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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