#28604F

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

Shades of Evening Sea #28604F

Tints of Evening Sea #28604F

Color information

#28604F (or 0x28604F) is unknown color: approx Evening Sea. HEX triplet: 28, 60 and 4F. RGB value is (40,96,79). Sum of RGB (Red+Green+Blue) = 40+96+79=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #28604F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28604F is #D79FB0. Grayscale: #4D4D4D. Windows color (decimal): -14131121 or 5201960. OLE color: 5201960.

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

Color convert

RGB409679-
CMYK0.5800.180.62
HSL161.79º41.18%26.67%-
HSV(B)161.79º58.33%37.65%-
XYZ6.479.388.87-
YUV77.32128.95101.38-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.60%
GREEN value IS 96 (37.89% from 255) = 44.65%
BLUE value IS 79 (31.25% from 255) = 36.74%
R=18.60%
G=44.65%
B=36.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4096790.5800.180.62161.7941.1826.67
Hex28604F3A0123Ea2291b
Octal5014011772022762425133
Binary101000110000010011111110100100101111101010001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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