#208A64

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

Shades of Elf Green #208A64

Tints of Elf Green #208A64

Color information

#208A64 (or 0x208A64) is unknown color: approx Elf Green. HEX triplet: 20, 8A and 64. RGB value is (32,138,100). Sum of RGB (Red+Green+Blue) = 32+138+100=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 138 (54.30% from 255 or 51.11% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 138 - color contains mainly: green. Hex color #208A64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208A64 is #DF759B. Grayscale: #666666. Windows color (decimal): -14644636 or 6588960. OLE color: 6588960.

HSL color Cylindrical-coordinate representation of color #208A64: hue angle of 158.49º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208A64 is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB32138100-
CMYK0.7700.280.46
HSL158.49º62.35%33.33%-
HSV(B)158.49º76.81%54.12%-
XYZ11.9819.415.17-
YUV101.97126.8878.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.85%
GREEN value IS 138 (54.30% from 255) = 51.11%
BLUE value IS 100 (39.45% from 255) = 37.04%
R=11.85%
G=51.11%
B=37.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal321381000.7700.280.46158.4962.3533.33
Hex208A644D01C2E9e3e21
Octal40212144115034562367641
Binary100000100010101100100100110101110010111010011110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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