#28694F

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

Shades of Evening Sea #28694F

Tints of Evening Sea #28694F

Color information

#28694F (or 0x28694F) is unknown color: approx Evening Sea. HEX triplet: 28, 69 and 4F. RGB value is (40,105,79). Sum of RGB (Red+Green+Blue) = 40+105+79=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 105 - color contains mainly: green. Hex color #28694F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28694F is #D796B0. Grayscale: #525252. Windows color (decimal): -14128817 or 5204264. OLE color: 5204264.

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

Color convert

RGB4010579-
CMYK0.6200.250.59
HSL156º44.83%28.43%-
HSV(B)156º61.9%41.18%-
XYZ7.3411.129.16-
YUV82.6125.9797.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.86%
GREEN value IS 105 (41.41% from 255) = 46.88%
BLUE value IS 79 (31.25% from 255) = 35.27%
R=17.86%
G=46.88%
B=35.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40105790.6200.250.5915644.8328.43
Hex28694F3E0193B9c2d1c
Octal5015111776031732345534
Binary101000110100110011111111100110011110111001110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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