#287C70

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

Shades of Elm #287C70

Tints of Elm #287C70

Color information

#287C70 (or 0x287C70) is unknown color: approx Elm. HEX triplet: 28, 7C and 70. RGB value is (40,124,112). Sum of RGB (Red+Green+Blue) = 40+124+112=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 124 - color contains mainly: green. Hex color #287C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287C70 is #D7838F. Grayscale: #616161. Windows color (decimal): -14123920 or 7371816. OLE color: 7371816.

HSL color Cylindrical-coordinate representation of color #287C70: hue angle of 171.43º 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 #287C70 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB40124112-
CMYK0.6800.100.51
HSL171.43º51.22%32.16%-
HSV(B)171.43º67.74%48.63%-
XYZ11.0116.0417.84-
YUV97.52136.1786.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.49%
GREEN value IS 124 (48.83% from 255) = 44.93%
BLUE value IS 112 (44.14% from 255) = 40.58%
R=14.49%
G=44.93%
B=40.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal401241120.6800.100.51171.4351.2232.16
Hex287C70440A33ab3320
Octal50174160104012632536340
Binary1010001111100111000010001000101011001110101011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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