#208372

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

Shades of Elf Green #208372

Tints of Elf Green #208372

Color information

#208372 (or 0x208372) is unknown color: approx Elf Green. HEX triplet: 20, 83 and 72. RGB value is (32,131,114). Sum of RGB (Red+Green+Blue) = 32+131+114=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 131 - color contains mainly: green. Hex color #208372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208372 is #DF7C8D. Grayscale: #636363. Windows color (decimal): -14646414 or 7504672. OLE color: 7504672.

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

Color convert

RGB32131114-
CMYK0.7600.130.49
HSL169.7º60.74%31.96%-
HSV(B)169.7º75.57%51.37%-
XYZ11.7517.7518.73-
YUV99.46136.279.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.55%
GREEN value IS 131 (51.56% from 255) = 47.29%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=11.55%
G=47.29%
B=41.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal321311140.7600.130.49169.760.7431.96
Hex2083724C0D31aa3d20
Octal40203162114015612527540
Binary10000010000011111001010011000110111000110101010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208372; }

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

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

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

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

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

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

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

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