#208860

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

Shades of Elf Green #208860

Tints of Elf Green #208860

Color information

#208860 (or 0x208860) is unknown color: approx Elf Green. HEX triplet: 20, 88 and 60. RGB value is (32,136,96). Sum of RGB (Red+Green+Blue) = 32+136+96=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 136 (53.52% from 255 or 51.52% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 136 - color contains mainly: green. Hex color #208860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208860 is #DF779F. Grayscale: #646464. Windows color (decimal): -14645152 or 6326304. OLE color: 6326304.

HSL color Cylindrical-coordinate representation of color #208860: hue angle of 156.92º degrees, saturation: 0.62, 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 #208860 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB3213696-
CMYK0.7600.290.47
HSL156.92º61.9%32.94%-
HSV(B)156.92º76.47%53.33%-
XYZ11.5118.7614.08-
YUV100.34125.5479.25-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.12%
GREEN value IS 136 (53.52% from 255) = 51.52%
BLUE value IS 96 (37.89% from 255) = 36.36%
R=12.12%
G=51.52%
B=36.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal32136960.7600.290.47156.9261.932.94
Hex2088604C01D2F9d3e21
Octal40210140114035572357641
Binary100000100010001100000100110001110110111110011101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208860; }

 p { color: rgb(32,136,96); }

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

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

 a { background-color: rgb(32,136,96); }

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

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

 span { border-color: rgb(32,136,96); }

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