#208C78

Color #208C78 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #208C78

Tints of Elf Green #208C78

Color information

#208C78 (or 0x208C78) is unknown color: approx Elf Green. HEX triplet: 20, 8C and 78. RGB value is (32,140,120). Sum of RGB (Red+Green+Blue) = 32+140+120=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 140 (55.08% from 255 or 47.95% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 140 - color contains mainly: green. Hex color #208C78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208C78 is #DF7387. Grayscale: #696969. Windows color (decimal): -14644104 or 7900192. OLE color: 7900192.

HSL color Cylindrical-coordinate representation of color #208C78: hue angle of 168.89º degrees, saturation: 0.63, 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 #208C78 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB32140120-
CMYK0.7700.140.45
HSL168.89º62.79%33.73%-
HSV(B)168.89º77.14%54.9%-
XYZ13.3620.4221.01-
YUV105.43136.2275.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.96%
GREEN value IS 140 (55.08% from 255) = 47.95%
BLUE value IS 120 (47.27% from 255) = 41.10%
R=10.96%
G=47.95%
B=41.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal321401200.7700.140.45168.8962.7933.73
Hex208C784D0E2Da93f22
Octal40214170115016552517742
Binary10000010001100111100010011010111010110110101001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208C78; }

 p { color: rgb(32,140,120); }

 H1.HeaderClassName
 {
   color: #208C78;
 }
 .AnyTagClassName
 {
   color: #208C78;
 }
</style>
background-color css

<style>
 a { background-color: #208C78; }

 a { background-color: rgb(32,140,120); }

 div.DivClassName
 {
   background-color: #208C78;
 }
 .BgClassName
 {
   background-color: #208C78;
 }
</style>
border-color css

<style>
 span { border-color: #208C78; }

 span { border-color: rgb(32,140,120); }

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