#28664E

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

Shades of Evening Sea #28664E

Tints of Evening Sea #28664E

Color information

#28664E (or 0x28664E) is unknown color: approx Evening Sea. HEX triplet: 28, 66 and 4E. RGB value is (40,102,78). Sum of RGB (Red+Green+Blue) = 40+102+78=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #28664E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28664E is #D799B1. Grayscale: #505050. Windows color (decimal): -14129586 or 5137960. OLE color: 5137960.

HSL color Cylindrical-coordinate representation of color #28664E: hue angle of 156.77º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #28664E is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB4010278-
CMYK0.6100.240.6
HSL156.77º43.66%27.84%-
HSV(B)156.77º60.78%40%-
XYZ710.58.87-
YUV80.73126.4698.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.18%
GREEN value IS 102 (40.23% from 255) = 46.36%
BLUE value IS 78 (30.86% from 255) = 35.45%
R=18.18%
G=46.36%
B=35.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal40102780.6100.240.6156.7743.6627.84
Hex28664E3D0183C9d2c1c
Octal5014611675030742355434
Binary101000110011010011101111010110001111001001110110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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