#28785D

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

Shades of Deep Sea #28785D

Tints of Deep Sea #28785D

Color information

#28785D (or 0x28785D) is unknown color: approx Deep Sea. HEX triplet: 28, 78 and 5D. RGB value is (40,120,93). Sum of RGB (Red+Green+Blue) = 40+120+93=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #28785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28785D is #D787A2. Grayscale: #5D5D5D. Windows color (decimal): -14124963 or 6125608. OLE color: 6125608.

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

Color convert

RGB4012093-
CMYK0.6700.220.53
HSL159.75º50%31.37%-
HSV(B)159.75º66.67%47.06%-
XYZ9.5714.6712.68-
YUV9312890.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.81%
GREEN value IS 120 (47.27% from 255) = 47.43%
BLUE value IS 93 (36.72% from 255) = 36.76%
R=15.81%
G=47.43%
B=36.76%

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
Decimal40120930.6700.220.53159.755031.37
Hex28785D4301635a0321f
Octal50170135103026652406237
Binary1010001111000101110110000110101101101011010000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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