#208573

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

Shades of Elf Green #208573

Tints of Elf Green #208573

Color information

#208573 (or 0x208573) is unknown color: approx Elf Green. HEX triplet: 20, 85 and 73. RGB value is (32,133,115). Sum of RGB (Red+Green+Blue) = 32+133+115=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #208573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208573 is #DF7A8C. Grayscale: #646464. Windows color (decimal): -14645901 or 7570720. OLE color: 7570720.

HSL color Cylindrical-coordinate representation of color #208573: hue angle of 169.31º 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 #208573 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB32133115-
CMYK0.7600.140.48
HSL169.31º61.21%32.35%-
HSV(B)169.31º75.94%52.16%-
XYZ12.0818.3219.12-
YUV100.75136.0478.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.43%
GREEN value IS 133 (52.34% from 255) = 47.5%
BLUE value IS 115 (45.31% from 255) = 41.07%
R=11.43%
G=47.5%
B=41.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal321331150.7600.140.48169.3161.2132.35
Hex2085734C0E30a93d20
Octal40205163114016602517540
Binary10000010000101111001110011000111011000010101001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208573; }

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

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

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

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

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

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

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

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