#208460

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

Shades of Elf Green #208460

Tints of Elf Green #208460

Color information

#208460 (or 0x208460) is unknown color: approx Elf Green. HEX triplet: 20, 84 and 60. RGB value is (32,132,96). Sum of RGB (Red+Green+Blue) = 32+132+96=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #208460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208460 is #DF7B9F. Grayscale: #626262. Windows color (decimal): -14646176 or 6325280. OLE color: 6325280.

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

Color convert

RGB3213296-
CMYK0.7600.270.48
HSL158.4º60.98%32.16%-
HSV(B)158.4º75.76%51.76%-
XYZ10.9617.6513.9-
YUV98126.8780.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.31%
GREEN value IS 132 (51.95% from 255) = 50.77%
BLUE value IS 96 (37.89% from 255) = 36.92%
R=12.31%
G=50.77%
B=36.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32132960.7600.270.48158.460.9832.16
Hex2084604C01B309e3d20
Octal40204140114033602367540
Binary100000100001001100000100110001101111000010011110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208460; }

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

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

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

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

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

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

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

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