#208960

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

Shades of Elf Green #208960

Tints of Elf Green #208960

Color information

#208960 (or 0x208960) is unknown color: approx Elf Green. HEX triplet: 20, 89 and 60. RGB value is (32,137,96). Sum of RGB (Red+Green+Blue) = 32+137+96=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 137 (53.91% from 255 or 51.70% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 137 - color contains mainly: green. Hex color #208960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208960 is #DF769F. Grayscale: #646464. Windows color (decimal): -14644896 or 6326560. OLE color: 6326560.

HSL color Cylindrical-coordinate representation of color #208960: hue angle of 156.57º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208960 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB3213796-
CMYK0.7700.300.46
HSL156.57º62.13%33.14%-
HSV(B)156.57º76.64%53.73%-
XYZ11.6519.0414.13-
YUV100.93125.2178.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.08%
GREEN value IS 137 (53.91% from 255) = 51.70%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=12.08%
G=51.70%
B=36.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal32137960.7700.300.46156.5762.1333.14
Hex2089604D01E2E9d3e21
Octal40211140115036562357641
Binary100000100010011100000100110101111010111010011101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208960; }

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

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

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

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

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

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

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

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