#28694E

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

Shades of Evening Sea #28694E

Tints of Evening Sea #28694E

Color information

#28694E (or 0x28694E) is unknown color: approx Evening Sea. HEX triplet: 28, 69 and 4E. RGB value is (40,105,78). Sum of RGB (Red+Green+Blue) = 40+105+78=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 105 - color contains mainly: green. Hex color #28694E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28694E is #D796B1. Grayscale: #525252. Windows color (decimal): -14128818 or 5138728. OLE color: 5138728.

HSL color Cylindrical-coordinate representation of color #28694E: hue angle of 155.08º degrees, saturation: 0.45, 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 #28694E is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB4010578-
CMYK0.6200.260.59
HSL155.08º44.83%28.43%-
HSV(B)155.08º61.9%41.18%-
XYZ7.311.18.97-
YUV82.49125.4797.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.94%
GREEN value IS 105 (41.41% from 255) = 47.09%
BLUE value IS 78 (30.86% from 255) = 34.98%
R=17.94%
G=47.09%
B=34.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40105780.6200.260.59155.0844.8328.43
Hex28694E3E01A3B9b2d1c
Octal5015111676032732335534
Binary101000110100110011101111100110101110111001101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28694E; }

 p { color: rgb(40,105,78); }

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

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

 a { background-color: rgb(40,105,78); }

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

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

 span { border-color: rgb(40,105,78); }

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