Html Css Color HEX #218B76 Elf Green

📋 copy color: '#218B76'

red 33 ◦ green 139 ◦ blue 118

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

Shades of Elf Green #218B76

Tints of Elf Green #218B76

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.93%

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

R = 11.38%
G = 47.93%
B = 40.69%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#218B76 (or 0x218B76) is known color: Elf Green. HEX triplet: 21, 8B and 76. RGB value is (33,139,118). Sum of RGB (Red+Green+Blue) = 33+139+118=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 139 (54.69% from 255 or 47.93% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 139 - color contains mainly: green. Hex color #218B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218B76 is #DE7489. Grayscale: #686868. Windows color (decimal): -14578826 or 7768865. OLE color: 7768865.

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

Color convert

RGB 33 139 118 -
CMYK 0.76 0 0.15 0.45
HSL 168.11º 0.62% 0.34% -
HSV(B) 168.11º 0.76% 0.55% -
XYZ 13.13 20.1 20.33 -
YUV 104.91 135.38 76.71 -
System Red Green Blue C M Y K H S L
Decimal 33 139 118 0.76 0 0.15 0.45 168.11 0.62 0.34
Hex 21 8B 76 4C 0 F 2D A8 3E 22
Octal 41 213 166 114 0 17 55 250 76 42
Binary 100001 10001011 1110110 1001100 0 1111 101101 10101000 111110 100010

Color Harmonies of #218B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218B76

Black with #218B76

Text Example


Text Example

White with #218B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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