Shades of Deep Sea #28785C
Tints of Deep Sea #28785C
RGB
CMYK
RGB Variations
Color information
#28785C (or 0x28785C) is known color: Deep Sea. HEX triplet: 28, 78 and 5C. RGB value is (40,120,92). Sum of RGB (Red+Green+Blue) = 40+120+92=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #28785C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28785C is #D787A3. Grayscale: #5C5C5C. Windows color (decimal): -14124964 or 6060072. OLE color: 6060072.
HSL color Cylindrical-coordinate representation of color #28785C: hue angle of 159º 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 #28785C is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 120 | 92 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.53 |
| HSL | 159º | 0.5% | 0.31% | - |
| HSV(B) | 159º | 0.67% | 0.47% | - |
| XYZ | 9.52 | 14.66 | 12.45 | - |
| YUV | 92.89 | 127.5 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 92 | 0.67 | 0 | 0.23 | 0.53 | 159 | 0.5 | 0.31 |
| Hex | 28 | 78 | 5C | 43 | 0 | 17 | 35 | 9F | 32 | 1F |
| Octal | 50 | 170 | 134 | 103 | 0 | 27 | 65 | 237 | 62 | 37 |
| Binary | 101000 | 1111000 | 1011100 | 1000011 | 0 | 10111 | 110101 | 10011111 | 110010 | 11111 |
Color Harmonies of #28785C
Complementary color
Monochromatic Colors of #28785C
Black with #28785C
Text Example
Text Example
White with #28785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28785C; }
p { color: rgb(40,120,92); }
H1.HeaderClassName
{
color: #28785C;
}
.AnyTagClassName
{
color: #28785C;
}
</style>
background-color css
<style>
a { background-color: #28785C; }
a { background-color: rgb(40,120,92); }
div.DivClassName
{
background-color: #28785C;
}
.BgClassName
{
background-color: #28785C;
}
</style>
border-color css
<style>
span { border-color: #28785C; }
span { border-color: rgb(40,120,92); }
td.TdClassName
{
border-color: #28785C;
}
.TagClassName
{
border-color: #28785C;
}
</style>