#287C74

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

Shades of Elm #287C74

Tints of Elm #287C74

Color information

#287C74 (or 0x287C74) is unknown color: approx Elm. HEX triplet: 28, 7C and 74. RGB value is (40,124,116). Sum of RGB (Red+Green+Blue) = 40+124+116=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 124 - color contains mainly: green. Hex color #287C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287C74 is #D7838B. Grayscale: #616161. Windows color (decimal): -14123916 or 7633960. OLE color: 7633960.

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

Color convert

RGB40124116-
CMYK0.6800.060.51
HSL174.29º51.22%32.16%-
HSV(B)174.29º67.74%48.63%-
XYZ11.2416.1319.04-
YUV97.97138.1786.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.29%
GREEN value IS 124 (48.83% from 255) = 44.29%
BLUE value IS 116 (45.70% from 255) = 41.43%
R=14.29%
G=44.29%
B=41.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal401241160.6800.060.51174.2951.2232.16
Hex287C74440633ae3320
Octal5017416410406632566340
Binary101000111110011101001000100011011001110101110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287C74; }

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

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

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

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

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

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

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

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