#208278

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

Shades of Elm #208278

Tints of Elm #208278

Color information

#208278 (or 0x208278) is unknown color: approx Elm. HEX triplet: 20, 82 and 78. RGB value is (32,130,120). Sum of RGB (Red+Green+Blue) = 32+130+120=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #208278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208278 is #DF7D87. Grayscale: #636363. Windows color (decimal): -14646664 or 7897632. OLE color: 7897632.

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

Color convert

RGB32130120-
CMYK0.7500.080.49
HSL173.88º60.49%31.76%-
HSV(B)173.88º75.38%50.98%-
XYZ11.9717.6320.54-
YUV99.56139.5379.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.35%
GREEN value IS 130 (51.17% from 255) = 46.10%
BLUE value IS 120 (47.27% from 255) = 42.55%
R=11.35%
G=46.10%
B=42.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal321301200.7500.080.49173.8860.4931.76
Hex2082784B0831ae3c20
Octal40202170113010612567440
Binary10000010000010111100010010110100011000110101110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208278; }

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

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

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

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

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

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

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

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