Shades of Deep Sea #28795C
Tints of Deep Sea #28795C
RGB
CMYK
RGB Variations
Color information
#28795C (or 0x28795C) is known color: Deep Sea. HEX triplet: 28, 79 and 5C. RGB value is (40,121,92). Sum of RGB (Red+Green+Blue) = 40+121+92=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 121 (47.66% from 255 or 47.83% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 121 - color contains mainly: green. Hex color #28795C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28795C is #D786A3. Grayscale: #5D5D5D. Windows color (decimal): -14124708 or 6060328. OLE color: 6060328.
HSL color Cylindrical-coordinate representation of color #28795C: hue angle of 158.52º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28795C is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 121 | 92 | - |
| CMYK | 0.67 | 0 | 0.24 | 0.53 |
| HSL | 158.52º | 0.5% | 0.32% | - |
| HSV(B) | 158.52º | 0.67% | 0.47% | - |
| XYZ | 9.64 | 14.9 | 12.49 | - |
| YUV | 93.48 | 127.16 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 121 | 92 | 0.67 | 0 | 0.24 | 0.53 | 158.52 | 0.5 | 0.32 |
| Hex | 28 | 79 | 5C | 43 | 0 | 18 | 35 | 9F | 32 | 20 |
| Octal | 50 | 171 | 134 | 103 | 0 | 30 | 65 | 237 | 62 | 40 |
| Binary | 101000 | 1111001 | 1011100 | 1000011 | 0 | 11000 | 110101 | 10011111 | 110010 | 100000 |
Color Harmonies of #28795C
Complementary color
Monochromatic Colors of #28795C
Black with #28795C
Text Example
Text Example
White with #28795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28795C; }
p { color: rgb(40,121,92); }
H1.HeaderClassName
{
color: #28795C;
}
.AnyTagClassName
{
color: #28795C;
}
</style>
background-color css
<style>
a { background-color: #28795C; }
a { background-color: rgb(40,121,92); }
div.DivClassName
{
background-color: #28795C;
}
.BgClassName
{
background-color: #28795C;
}
</style>
border-color css
<style>
span { border-color: #28795C; }
span { border-color: rgb(40,121,92); }
td.TdClassName
{
border-color: #28795C;
}
.TagClassName
{
border-color: #28795C;
}
</style>