Html Css Color HEX #218B78 Elf Green

📋 copy color: '#218B78'

red 33 ◦ green 139 ◦ blue 120

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

Shades of Elf Green #218B78

Tints of Elf Green #218B78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.1%

R = 11.3%
G = 47.6%
B = 41.1%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#218B78 (or 0x218B78) is known color: Elf Green. HEX triplet: 21, 8B and 78. RGB value is (33,139,120). Sum of RGB (Red+Green+Blue) = 33+139+120=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 139 (54.69% from 255 or 47.60% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 139 - color contains mainly: green. Hex color #218B78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218B78 is #DE7487. Grayscale: #696969. Windows color (decimal): -14578824 or 7899937. OLE color: 7899937.

HSL color Cylindrical-coordinate representation of color #218B78: hue angle of 169.25º 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 #218B78 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 139 120 -
CMYK 0.76 0 0.14 0.45
HSL 169.25º 0.62% 0.34% -
HSV(B) 169.25º 0.76% 0.55% -
XYZ 13.25 20.14 20.96 -
YUV 105.14 136.38 76.54 -
System Red Green Blue C M Y K H S L
Decimal 33 139 120 0.76 0 0.14 0.45 169.25 0.62 0.34
Hex 21 8B 78 4C 0 E 2D A9 3E 22
Octal 41 213 170 114 0 16 55 251 76 42
Binary 100001 10001011 1111000 1001100 0 1110 101101 10101001 111110 100010

Color Harmonies of #218B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218B78

Black with #218B78

Text Example


Text Example

White with #218B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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