#208D63

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

Shades of Elf Green #208D63

Tints of Elf Green #208D63

Color information

#208D63 (or 0x208D63) is unknown color: approx Elf Green. HEX triplet: 20, 8D and 63. RGB value is (32,141,99). Sum of RGB (Red+Green+Blue) = 32+141+99=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #208D63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208D63 is #DF729C. Grayscale: #676767. Windows color (decimal): -14643869 or 6524192. OLE color: 6524192.

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

Color convert

RGB3214199-
CMYK0.7700.300.45
HSL156.88º63.01%33.92%-
HSV(B)156.88º77.3%55.29%-
XYZ12.3720.2615.06-
YUV103.62125.3976.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.76%
GREEN value IS 141 (55.47% from 255) = 51.84%
BLUE value IS 99 (39.06% from 255) = 36.40%
R=11.76%
G=51.84%
B=36.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32141990.7700.300.45156.8863.0133.92
Hex208D634D01E2D9d3f22
Octal40215143115036552357742
Binary100000100011011100011100110101111010110110011101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,141,99); }

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

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

 a { background-color: rgb(32,141,99); }

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

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

 span { border-color: rgb(32,141,99); }

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