#208272

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

Shades of Elm #208272

Tints of Elm #208272

Color information

#208272 (or 0x208272) is unknown color: approx Elm. HEX triplet: 20, 82 and 72. RGB value is (32,130,114). Sum of RGB (Red+Green+Blue) = 32+130+114=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #208272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208272 is #DF7D8D. Grayscale: #626262. Windows color (decimal): -14646670 or 7504416. OLE color: 7504416.

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

Color convert

RGB32130114-
CMYK0.7500.120.49
HSL170.2º60.49%31.76%-
HSV(B)170.2º75.38%50.98%-
XYZ11.6217.4918.68-
YUV98.87136.5380.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.59%
GREEN value IS 130 (51.17% from 255) = 47.10%
BLUE value IS 114 (44.92% from 255) = 41.30%
R=11.59%
G=47.10%
B=41.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal321301140.7500.120.49170.260.4931.76
Hex2082724B0C31aa3c20
Octal40202162113014612527440
Binary10000010000010111001010010110110011000110101010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208272; }

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

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

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

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

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

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

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

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