#208363

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

Shades of Elf Green #208363

Tints of Elf Green #208363

Color information

#208363 (or 0x208363) is unknown color: approx Elf Green. HEX triplet: 20, 83 and 63. RGB value is (32,131,99). Sum of RGB (Red+Green+Blue) = 32+131+99=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #208363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208363 is #DF7C9C. Grayscale: #616161. Windows color (decimal): -14646429 or 6521632. OLE color: 6521632.

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

Color convert

RGB3213199-
CMYK0.7600.240.49
HSL160.61º60.74%31.96%-
HSV(B)160.61º75.57%51.37%-
XYZ10.9617.4414.59-
YUV97.75128.781.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.21%
GREEN value IS 131 (51.56% from 255) = 50%
BLUE value IS 99 (39.06% from 255) = 37.79%
R=12.21%
G=50%
B=37.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32131990.7600.240.49160.6160.7431.96
Hex2083634C01831a13d20
Octal40203143114030612417540
Binary100000100000111100011100110001100011000110100001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208363; }

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

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

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

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

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

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

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

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