#208566

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

Shades of Elf Green #208566

Tints of Elf Green #208566

Color information

#208566 (or 0x208566) is unknown color: approx Elf Green. HEX triplet: 20, 85 and 66. RGB value is (32,133,102). Sum of RGB (Red+Green+Blue) = 32+133+102=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #208566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208566 is #DF7A99. Grayscale: #636363. Windows color (decimal): -14645914 or 6718752. OLE color: 6718752.

HSL color Cylindrical-coordinate representation of color #208566: hue angle of 161.58º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208566 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB32133102-
CMYK0.7600.230.48
HSL161.58º61.21%32.35%-
HSV(B)161.58º75.94%52.16%-
XYZ11.3818.0415.45-
YUV99.27129.5480.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.99%
GREEN value IS 133 (52.34% from 255) = 49.81%
BLUE value IS 102 (40.23% from 255) = 38.20%
R=11.99%
G=49.81%
B=38.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal321331020.7600.230.48161.5861.2132.35
Hex2085664C01730a23d20
Octal40205146114027602427540
Binary100000100001011100110100110001011111000010100010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208566; }

 p { color: rgb(32,133,102); }

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

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

 a { background-color: rgb(32,133,102); }

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

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

 span { border-color: rgb(32,133,102); }

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