#208370

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

Shades of Elf Green #208370

Tints of Elf Green #208370

Color information

#208370 (or 0x208370) is unknown color: approx Elf Green. HEX triplet: 20, 83 and 70. RGB value is (32,131,112). Sum of RGB (Red+Green+Blue) = 32+131+112=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 131 - color contains mainly: green. Hex color #208370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208370 is #DF7C8F. Grayscale: #636363. Windows color (decimal): -14646416 or 7373600. OLE color: 7373600.

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

Color convert

RGB32131112-
CMYK0.7600.150.49
HSL168.48º60.74%31.96%-
HSV(B)168.48º75.57%51.37%-
XYZ11.6417.7118.13-
YUV99.23135.280.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.64%
GREEN value IS 131 (51.56% from 255) = 47.64%
BLUE value IS 112 (44.14% from 255) = 40.73%
R=11.64%
G=47.64%
B=40.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal321311120.7600.150.49168.4860.7431.96
Hex2083704C0F31a83d20
Octal40203160114017612507540
Binary10000010000011111000010011000111111000110101000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208370; }

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

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

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

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

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

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

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

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