#28765D

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

Shades of Deep Sea #28765D

Tints of Deep Sea #28765D

Color information

#28765D (or 0x28765D) is unknown color: approx Deep Sea. HEX triplet: 28, 76 and 5D. RGB value is (40,118,93). Sum of RGB (Red+Green+Blue) = 40+118+93=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #28765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28765D is #D789A2. Grayscale: #5B5B5B. Windows color (decimal): -14125475 or 6125096. OLE color: 6125096.

HSL color Cylindrical-coordinate representation of color #28765D: hue angle of 160.77º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28765D is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB4011893-
CMYK0.6600.210.54
HSL160.77º49.37%30.98%-
HSV(B)160.77º66.1%46.27%-
XYZ9.3314.212.6-
YUV91.83128.6691.03-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.94%
GREEN value IS 118 (46.48% from 255) = 47.01%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=15.94%
G=47.01%
B=37.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40118930.6600.210.54160.7749.3730.98
Hex28765D4201536a1311f
Octal50166135102025662416137
Binary1010001110110101110110000100101011101101010000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,118,93); }

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

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

 a { background-color: rgb(40,118,93); }

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

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

 span { border-color: rgb(40,118,93); }

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