#28795E

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

Shades of Deep Sea #28795E

Tints of Deep Sea #28795E

Color information

#28795E (or 0x28795E) is unknown color: approx Deep Sea. HEX triplet: 28, 79 and 5E. RGB value is (40,121,94). Sum of RGB (Red+Green+Blue) = 40+121+94=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 121 - color contains mainly: green. Hex color #28795E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28795E is #D786A1. Grayscale: #5D5D5D. Windows color (decimal): -14124706 or 6191400. OLE color: 6191400.

HSL color Cylindrical-coordinate representation of color #28795E: hue angle of 160º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28795E is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB4012194-
CMYK0.6700.220.53
HSL160º50.31%31.57%-
HSV(B)160º66.94%47.45%-
XYZ9.7314.9312.96-
YUV93.7128.1689.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.69%
GREEN value IS 121 (47.66% from 255) = 47.45%
BLUE value IS 94 (37.11% from 255) = 36.86%
R=15.69%
G=47.45%
B=36.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40121940.6700.220.5316050.3131.57
Hex28795E4301635a03220
Octal50171136103026652406240
Binary10100011110011011110100001101011011010110100000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,121,94); }

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

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

 a { background-color: rgb(40,121,94); }

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

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

 span { border-color: rgb(40,121,94); }

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