#208461

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

Shades of Elf Green #208461

Tints of Elf Green #208461

Color information

#208461 (or 0x208461) is unknown color: approx Elf Green. HEX triplet: 20, 84 and 61. RGB value is (32,132,97). Sum of RGB (Red+Green+Blue) = 32+132+97=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #208461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208461 is #DF7B9E. Grayscale: #626262. Windows color (decimal): -14646175 or 6390816. OLE color: 6390816.

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

Color convert

RGB3213297-
CMYK0.7600.270.48
HSL159º60.98%32.16%-
HSV(B)159º75.76%51.76%-
XYZ1117.6714.14-
YUV98.11127.3780.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.26%
GREEN value IS 132 (51.95% from 255) = 50.57%
BLUE value IS 97 (38.28% from 255) = 37.16%
R=12.26%
G=50.57%
B=37.16%

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
Decimal32132970.7600.270.4815960.9832.16
Hex2084614C01B309f3d20
Octal40204141114033602377540
Binary100000100001001100001100110001101111000010011111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208461; }

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

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

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

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

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

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

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

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