#28604D

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

Shades of Evening Sea #28604D

Tints of Evening Sea #28604D

Color information

#28604D (or 0x28604D) is unknown color: approx Evening Sea. HEX triplet: 28, 60 and 4D. RGB value is (40,96,77). Sum of RGB (Red+Green+Blue) = 40+96+77=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #28604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28604D is #D79FB2. Grayscale: #4D4D4D. Windows color (decimal): -14131123 or 5070888. OLE color: 5070888.

HSL color Cylindrical-coordinate representation of color #28604D: hue angle of 159.64º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28604D is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB409677-
CMYK0.5800.200.62
HSL159.64º41.18%26.67%-
HSV(B)159.64º58.33%37.65%-
XYZ6.49.358.49-
YUV77.09127.95101.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.78%
GREEN value IS 96 (37.89% from 255) = 45.07%
BLUE value IS 77 (30.47% from 255) = 36.15%
R=18.78%
G=45.07%
B=36.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4096770.5800.200.62159.6441.1826.67
Hex28604D3A0143Ea0291b
Octal5014011572024762405133
Binary101000110000010011011110100101001111101010000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28604D; }

 p { color: rgb(40,96,77); }

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

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

 a { background-color: rgb(40,96,77); }

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

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

 span { border-color: rgb(40,96,77); }

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