Shades of Deep Sea #28775D
Tints of Deep Sea #28775D
RGB
CMYK
RGB Variations
Color information
#28775D (or 0x28775D) is known color: Deep Sea. HEX triplet: 28, 77 and 5D. RGB value is (40,119,93). Sum of RGB (Red+Green+Blue) = 40+119+93=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #28775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28775D is #D788A2. Grayscale: #5C5C5C. Windows color (decimal): -14125219 or 6125352. OLE color: 6125352.
HSL color Cylindrical-coordinate representation of color #28775D: hue angle of 160.25º 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 #28775D is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 119 | 93 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.53 |
| HSL | 160.25º | 0.5% | 0.31% | - |
| HSV(B) | 160.25º | 0.66% | 0.47% | - |
| XYZ | 9.45 | 14.44 | 12.64 | - |
| YUV | 92.42 | 128.33 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 119 | 93 | 0.66 | 0 | 0.22 | 0.53 | 160.25 | 0.5 | 0.31 |
| Hex | 28 | 77 | 5D | 42 | 0 | 16 | 35 | A0 | 32 | 1F |
| Octal | 50 | 167 | 135 | 102 | 0 | 26 | 65 | 240 | 62 | 37 |
| Binary | 101000 | 1110111 | 1011101 | 1000010 | 0 | 10110 | 110101 | 10100000 | 110010 | 11111 |
Color Harmonies of #28775D
Complementary color
Monochromatic Colors of #28775D
Black with #28775D
Text Example
Text Example
White with #28775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28775D; }
p { color: rgb(40,119,93); }
H1.HeaderClassName
{
color: #28775D;
}
.AnyTagClassName
{
color: #28775D;
}
</style>
background-color css
<style>
a { background-color: #28775D; }
a { background-color: rgb(40,119,93); }
div.DivClassName
{
background-color: #28775D;
}
.BgClassName
{
background-color: #28775D;
}
</style>
border-color css
<style>
span { border-color: #28775D; }
span { border-color: rgb(40,119,93); }
td.TdClassName
{
border-color: #28775D;
}
.TagClassName
{
border-color: #28775D;
}
</style>