#287056

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

Shades of Evening Sea #287056

Tints of Evening Sea #287056

Color information

#287056 (or 0x287056) is unknown color: approx Evening Sea. HEX triplet: 28, 70 and 56. RGB value is (40,112,86). Sum of RGB (Red+Green+Blue) = 40+112+86=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #287056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287056 is #D78FA9. Grayscale: #575757. Windows color (decimal): -14127018 or 5664808. OLE color: 5664808.

HSL color Cylindrical-coordinate representation of color #287056: hue angle of 158.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #287056 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB4011286-
CMYK0.6400.230.56
HSL158.33º47.37%29.8%-
HSV(B)158.33º64.29%43.92%-
XYZ8.3512.7110.82-
YUV87.51127.1594.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.81%
GREEN value IS 112 (44.14% from 255) = 47.06%
BLUE value IS 86 (33.98% from 255) = 36.13%
R=16.81%
G=47.06%
B=36.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40112860.6400.230.56158.3347.3729.8
Hex28705640017389e2f1e
Octal50160126100027702365736
Binary1010001110000101011010000000101111110001001111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287056; }

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

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

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

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

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

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

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

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