#287570

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

Shades of Elm #287570

Tints of Elm #287570

Color information

#287570 (or 0x287570) is unknown color: approx Elm. HEX triplet: 28, 75 and 70. RGB value is (40,117,112). Sum of RGB (Red+Green+Blue) = 40+117+112=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 117 - color contains mainly: green. Hex color #287570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287570 is #D78A8F. Grayscale: #5D5D5D. Windows color (decimal): -14125712 or 7370024. OLE color: 7370024.

HSL color Cylindrical-coordinate representation of color #287570: hue angle of 176.1º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #287570 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB40117112-
CMYK0.6600.040.54
HSL176.1º49.04%30.78%-
HSV(B)176.1º65.81%45.88%-
XYZ10.1614.3417.56-
YUV93.41138.4989.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.87%
GREEN value IS 117 (46.09% from 255) = 43.49%
BLUE value IS 112 (44.14% from 255) = 41.64%
R=14.87%
G=43.49%
B=41.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal401171120.6600.040.54176.149.0430.78
Hex287570420436b0311f
Octal5016516010204662606137
Binary10100011101011110000100001001001101101011000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287570; }

 p { color: rgb(40,117,112); }

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

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

 a { background-color: rgb(40,117,112); }

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

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

 span { border-color: rgb(40,117,112); }

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