#208B78

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

Shades of Elf Green #208B78

Tints of Elf Green #208B78

Color information

#208B78 (or 0x208B78) is unknown color: approx Elf Green. HEX triplet: 20, 8B and 78. RGB value is (32,139,120). Sum of RGB (Red+Green+Blue) = 32+139+120=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 139 - color contains mainly: green. Hex color #208B78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208B78 is #DF7487. Grayscale: #686868. Windows color (decimal): -14644360 or 7899936. OLE color: 7899936.

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

Color convert

RGB32139120-
CMYK0.7700.140.45
HSL169.35º62.57%33.53%-
HSV(B)169.35º76.98%54.51%-
XYZ13.2220.1320.96-
YUV104.84136.5576.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.00%
GREEN value IS 139 (54.69% from 255) = 47.77%
BLUE value IS 120 (47.27% from 255) = 41.24%
R=11.00%
G=47.77%
B=41.24%

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
Decimal321391200.7700.140.45169.3562.5733.53
Hex208B784D0E2Da93f22
Octal40213170115016552517742
Binary10000010001011111100010011010111010110110101001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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