#287052

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

Shades of Evening Sea #287052

Tints of Evening Sea #287052

Color information

#287052 (or 0x287052) is unknown color: approx Evening Sea. HEX triplet: 28, 70 and 52. RGB value is (40,112,82). Sum of RGB (Red+Green+Blue) = 40+112+82=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #287052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287052 is #D78FAD. Grayscale: #575757. Windows color (decimal): -14127022 or 5402664. OLE color: 5402664.

HSL color Cylindrical-coordinate representation of color #287052: hue angle of 155º 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 #287052 is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB4011282-
CMYK0.6400.270.56
HSL155º47.37%29.8%-
HSV(B)155º64.29%43.92%-
XYZ8.1912.659.99-
YUV87.05125.1594.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.09%
GREEN value IS 112 (44.14% from 255) = 47.86%
BLUE value IS 82 (32.42% from 255) = 35.04%
R=17.09%
G=47.86%
B=35.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40112820.6400.270.5615547.3729.8
Hex2870524001B389b2f1e
Octal50160122100033702335736
Binary1010001110000101001010000000110111110001001101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287052; }

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

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

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

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

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

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

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

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