#28775B

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

Shades of Deep Sea #28775B

Tints of Deep Sea #28775B

Color information

#28775B (or 0x28775B) is unknown color: approx Deep Sea. HEX triplet: 28, 77 and 5B. RGB value is (40,119,91). Sum of RGB (Red+Green+Blue) = 40+119+91=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #28775B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28775B is #D788A4. Grayscale: #5C5C5C. Windows color (decimal): -14125221 or 5994280. OLE color: 5994280.

HSL color Cylindrical-coordinate representation of color #28775B: hue angle of 158.73º 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 #28775B is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB4011991-
CMYK0.6600.240.53
HSL158.73º49.69%31.18%-
HSV(B)158.73º66.39%46.67%-
XYZ9.3614.412.18-
YUV92.19127.3390.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16%
GREEN value IS 119 (46.88% from 255) = 47.6%
BLUE value IS 91 (35.94% from 255) = 36.4%
R=16%
G=47.6%
B=36.4%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40119910.6600.240.53158.7349.6931.18
Hex28775B42018359f321f
Octal50167133102030652376237
Binary1010001110111101101110000100110001101011001111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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