#286852

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

Shades of Evening Sea #286852

Tints of Evening Sea #286852

Color information

#286852 (or 0x286852) is unknown color: approx Evening Sea. HEX triplet: 28, 68 and 52. RGB value is (40,104,82). Sum of RGB (Red+Green+Blue) = 40+104+82=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 104 - color contains mainly: green. Hex color #286852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286852 is #D797AD. Grayscale: #525252. Windows color (decimal): -14129070 or 5400616. OLE color: 5400616.

HSL color Cylindrical-coordinate representation of color #286852: hue angle of 159.38º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #286852 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB4010482-
CMYK0.6200.210.59
HSL159.38º44.44%28.24%-
HSV(B)159.38º61.54%40.78%-
XYZ7.3510.969.71-
YUV82.36127.897.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.70%
GREEN value IS 104 (41.02% from 255) = 46.02%
BLUE value IS 82 (32.42% from 255) = 36.28%
R=17.70%
G=46.02%
B=36.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40104820.6200.210.59159.3844.4428.24
Hex2868523E0153B9f2c1c
Octal5015012276025732375434
Binary101000110100010100101111100101011110111001111110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286852; }

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

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

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

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

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

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

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

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