Shades of Deep Sea #28775C
Tints of Deep Sea #28775C
RGB
CMYK
RGB Variations
Color information
#28775C (or 0x28775C) is known color: Deep Sea. HEX triplet: 28, 77 and 5C. RGB value is (40,119,92). Sum of RGB (Red+Green+Blue) = 40+119+92=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #28775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28775C is #D788A3. Grayscale: #5C5C5C. Windows color (decimal): -14125220 or 6059816. OLE color: 6059816.
HSL color Cylindrical-coordinate representation of color #28775C: hue angle of 159.49º 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 #28775C is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 119 | 92 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.53 |
| HSL | 159.49º | 0.5% | 0.31% | - |
| HSV(B) | 159.49º | 0.66% | 0.47% | - |
| XYZ | 9.4 | 14.42 | 12.41 | - |
| YUV | 92.3 | 127.83 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 119 | 92 | 0.66 | 0 | 0.23 | 0.53 | 159.49 | 0.5 | 0.31 |
| Hex | 28 | 77 | 5C | 42 | 0 | 17 | 35 | 9F | 32 | 1F |
| Octal | 50 | 167 | 134 | 102 | 0 | 27 | 65 | 237 | 62 | 37 |
| Binary | 101000 | 1110111 | 1011100 | 1000010 | 0 | 10111 | 110101 | 10011111 | 110010 | 11111 |
Color Harmonies of #28775C
Complementary color
Monochromatic Colors of #28775C
Black with #28775C
Text Example
Text Example
White with #28775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28775C; }
p { color: rgb(40,119,92); }
H1.HeaderClassName
{
color: #28775C;
}
.AnyTagClassName
{
color: #28775C;
}
</style>
background-color css
<style>
a { background-color: #28775C; }
a { background-color: rgb(40,119,92); }
div.DivClassName
{
background-color: #28775C;
}
.BgClassName
{
background-color: #28775C;
}
</style>
border-color css
<style>
span { border-color: #28775C; }
span { border-color: rgb(40,119,92); }
td.TdClassName
{
border-color: #28775C;
}
.TagClassName
{
border-color: #28775C;
}
</style>