#208E68

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

Shades of Elf Green #208E68

Tints of Elf Green #208E68

Color information

#208E68 (or 0x208E68) is unknown color: approx Elf Green. HEX triplet: 20, 8E and 68. RGB value is (32,142,104). Sum of RGB (Red+Green+Blue) = 32+142+104=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 142 (55.86% from 255 or 51.08% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 142 - color contains mainly: green. Hex color #208E68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208E68 is #DF7197. Grayscale: #686868. Windows color (decimal): -14643608 or 6852128. OLE color: 6852128.

HSL color Cylindrical-coordinate representation of color #208E68: hue angle of 159.27º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208E68 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB32142104-
CMYK0.7700.270.44
HSL159.27º63.22%34.12%-
HSV(B)159.27º77.46%55.69%-
XYZ12.7720.6516.41-
YUV104.78127.5676.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.51%
GREEN value IS 142 (55.86% from 255) = 51.08%
BLUE value IS 104 (41.02% from 255) = 37.41%
R=11.51%
G=51.08%
B=37.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal321421040.7700.270.44159.2763.2234.12
Hex208E684D01B2C9f3f22
Octal40216150115033542377742
Binary100000100011101101000100110101101110110010011111111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,142,104); }

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

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

 a { background-color: rgb(32,142,104); }

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

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

 span { border-color: rgb(32,142,104); }

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