#208B64

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

Shades of Elf Green #208B64

Tints of Elf Green #208B64

Color information

#208B64 (or 0x208B64) is unknown color: approx Elf Green. HEX triplet: 20, 8B and 64. RGB value is (32,139,100). Sum of RGB (Red+Green+Blue) = 32+139+100=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 139 (54.69% from 255 or 51.29% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 139 - color contains mainly: green. Hex color #208B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208B64 is #DF749B. Grayscale: #666666. Windows color (decimal): -14644380 or 6589216. OLE color: 6589216.

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

Color convert

RGB32139100-
CMYK0.7700.280.45
HSL158.13º62.57%33.53%-
HSV(B)158.13º76.98%54.51%-
XYZ12.1319.6915.22-
YUV102.56126.5577.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.81%
GREEN value IS 139 (54.69% from 255) = 51.29%
BLUE value IS 100 (39.45% from 255) = 36.90%
R=11.81%
G=51.29%
B=36.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal321391000.7700.280.45158.1362.5733.53
Hex208B644D01C2D9e3f22
Octal40213144115034552367742
Binary100000100010111100100100110101110010110110011110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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