Html Css Color HEX #218D76 Elf Green

📋 copy color: '#218D76'

red 33 ◦ green 141 ◦ blue 118

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

Shades of Elf Green #218D76

Tints of Elf Green #218D76

RGB

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

 GREEN value IS 141 (55.47% from 255) = 48.29%

 BLUE value IS 118 (46.48% from 255) = 40.41%

R = 11.3%
G = 48.29%
B = 40.41%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#218D76 (or 0x218D76) is known color: Elf Green. HEX triplet: 21, 8D and 76. RGB value is (33,141,118). Sum of RGB (Red+Green+Blue) = 33+141+118=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 141 (55.47% from 255 or 48.29% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 141 - color contains mainly: green. Hex color #218D76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218D76 is #DE7289. Grayscale: #6A6A6A. Windows color (decimal): -14578314 or 7769377. OLE color: 7769377.

HSL color Cylindrical-coordinate representation of color #218D76: hue angle of 167.22º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218D76 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 141 118 -
CMYK 0.77 0 0.16 0.45
HSL 167.22º 0.62% 0.34% -
HSV(B) 167.22º 0.77% 0.55% -
XYZ 13.42 20.68 20.42 -
YUV 106.09 134.72 75.87 -
System Red Green Blue C M Y K H S L
Decimal 33 141 118 0.77 0 0.16 0.45 167.22 0.62 0.34
Hex 21 8D 76 4D 0 10 2D A7 3E 22
Octal 41 215 166 115 0 20 55 247 76 42
Binary 100001 10001101 1110110 1001101 0 10000 101101 10100111 111110 100010

Color Harmonies of #218D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218D76

Black with #218D76

Text Example


Text Example

White with #218D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218D76; }

 p { color: rgb(33,141,118); }

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

background-color css

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

 a { background-color: rgb(33,141,118); }

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

border-color css

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

 span { border-color: rgb(33,141,118); }

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