#208362

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

Shades of Elf Green #208362

Tints of Elf Green #208362

Color information

#208362 (or 0x208362) is unknown color: approx Elf Green. HEX triplet: 20, 83 and 62. RGB value is (32,131,98). Sum of RGB (Red+Green+Blue) = 32+131+98=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #208362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208362 is #DF7C9D. Grayscale: #616161. Windows color (decimal): -14646430 or 6456096. OLE color: 6456096.

HSL color Cylindrical-coordinate representation of color #208362: hue angle of 160º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208362 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB3213198-
CMYK0.7600.250.49
HSL160º60.74%31.96%-
HSV(B)160º75.57%51.37%-
XYZ10.9217.4214.34-
YUV97.64128.281.18-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.26%
GREEN value IS 131 (51.56% from 255) = 50.19%
BLUE value IS 98 (38.67% from 255) = 37.55%
R=12.26%
G=50.19%
B=37.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32131980.7600.250.4916060.7431.96
Hex2083624C01931a03d20
Octal40203142114031612407540
Binary100000100000111100010100110001100111000110100000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208362; }

 p { color: rgb(32,131,98); }

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

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

 a { background-color: rgb(32,131,98); }

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

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

 span { border-color: rgb(32,131,98); }

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