#287370

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

Shades of Elm #287370

Tints of Elm #287370

Color information

#287370 (or 0x287370) is unknown color: approx Elm. HEX triplet: 28, 73 and 70. RGB value is (40,115,112). Sum of RGB (Red+Green+Blue) = 40+115+112=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 115 - color contains mainly: green. Hex color #287370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287370 is #D78C8F. Grayscale: #5C5C5C. Windows color (decimal): -14126224 or 7369512. OLE color: 7369512.

HSL color Cylindrical-coordinate representation of color #287370: hue angle of 177.6º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #287370 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB40115112-
CMYK0.6500.030.55
HSL177.6º48.39%30.39%-
HSV(B)177.6º65.22%45.1%-
XYZ9.9313.8817.49-
YUV92.23139.1590.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.98%
GREEN value IS 115 (45.31% from 255) = 43.07%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=14.98%
G=43.07%
B=41.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal401151120.6500.030.55177.648.3930.39
Hex287370410337b2301e
Octal5016316010103672626036
Binary1010001110011111000010000010111101111011001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287370; }

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

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

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

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

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

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

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

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