#287874

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

Shades of Elm #287874

Tints of Elm #287874

Color information

#287874 (or 0x287874) is unknown color: approx Elm. HEX triplet: 28, 78 and 74. RGB value is (40,120,116). Sum of RGB (Red+Green+Blue) = 40+120+116=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 120 - color contains mainly: green. Hex color #287874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287874 is #D7878B. Grayscale: #5F5F5F. Windows color (decimal): -14124940 or 7632936. OLE color: 7632936.

HSL color Cylindrical-coordinate representation of color #287874: hue angle of 177º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287874 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB40120116-
CMYK0.6700.030.53
HSL177º50%31.37%-
HSV(B)177º66.67%47.06%-
XYZ10.7415.1518.88-
YUV95.62139.588.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.49%
GREEN value IS 120 (47.27% from 255) = 43.48%
BLUE value IS 116 (45.70% from 255) = 42.03%
R=14.49%
G=43.48%
B=42.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal401201160.6700.030.531775031.37
Hex287874430335b1321f
Octal5017016410303652616237
Binary1010001111000111010010000110111101011011000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287874; }

 p { color: rgb(40,120,116); }

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

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

 a { background-color: rgb(40,120,116); }

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

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

 span { border-color: rgb(40,120,116); }

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