#28775C

Color #28775C Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #28775C

Tints of Deep Sea #28775C

Color information

#28775C (or 0x28775C) is unknown color: approx Deep Sea. HEX triplet: 28, 77 and 5C. RGB value is (40,119,92). Sum of RGB (Red+Green+Blue) = 40+119+92=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #28775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28775C is #D788A3. Grayscale: #5C5C5C. Windows color (decimal): -14125220 or 6059816. OLE color: 6059816.

HSL color Cylindrical-coordinate representation of color #28775C: hue angle of 159.49º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28775C is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB4011992-
CMYK0.6600.230.53
HSL159.49º49.69%31.18%-
HSV(B)159.49º66.39%46.67%-
XYZ9.414.4212.41-
YUV92.3127.8390.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.94%
GREEN value IS 119 (46.88% from 255) = 47.41%
BLUE value IS 92 (36.33% from 255) = 36.65%
R=15.94%
G=47.41%
B=36.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40119920.6600.230.53159.4949.6931.18
Hex28775C42017359f321f
Octal50167134102027652376237
Binary1010001110111101110010000100101111101011001111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28775C; }

 p { color: rgb(40,119,92); }

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

<style>
 a { background-color: #28775C; }

 a { background-color: rgb(40,119,92); }

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

<style>
 span { border-color: #28775C; }

 span { border-color: rgb(40,119,92); }

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