#208672

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

Shades of Elf Green #208672

Tints of Elf Green #208672

Color information

#208672 (or 0x208672) is unknown color: approx Elf Green. HEX triplet: 20, 86 and 72. RGB value is (32,134,114). Sum of RGB (Red+Green+Blue) = 32+134+114=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #208672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208672 is #DF798D. Grayscale: #656565. Windows color (decimal): -14645646 or 7505440. OLE color: 7505440.

HSL color Cylindrical-coordinate representation of color #208672: hue angle of 168.24º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208672 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB32134114-
CMYK0.7600.150.47
HSL168.24º61.45%32.55%-
HSV(B)168.24º76.12%52.55%-
XYZ12.1618.5718.86-
YUV101.22135.2178.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.43%
GREEN value IS 134 (52.73% from 255) = 47.86%
BLUE value IS 114 (44.92% from 255) = 40.71%
R=11.43%
G=47.86%
B=40.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal321341140.7600.150.47168.2461.4532.55
Hex2086724C0F2Fa83d21
Octal40206162114017572507541
Binary10000010000110111001010011000111110111110101000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208672; }

 p { color: rgb(32,134,114); }

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

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

 a { background-color: rgb(32,134,114); }

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

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

 span { border-color: rgb(32,134,114); }

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