Shades of Deep Sea #1D705F
Tints of Deep Sea #1D705F
RGB
CMYK
RGB Variations
Color information
#1D705F (or 0x1D705F) is known color: Deep Sea. HEX triplet: 1D, 70 and 5F. RGB value is (29,112,95). Sum of RGB (Red+Green+Blue) = 29+112+95=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #1D705F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D705F is #E28FA0. Grayscale: #555555. Windows color (decimal): -14847905 or 6254621. OLE color: 6254621.
HSL color Cylindrical-coordinate representation of color #1D705F: hue angle of 167.71º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D705F is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 112 | 95 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.56 |
| HSL | 167.71º | 0.59% | 0.28% | - |
| HSV(B) | 167.71º | 0.74% | 0.44% | - |
| XYZ | 8.37 | 12.68 | 12.83 | - |
| YUV | 85.25 | 133.5 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 112 | 95 | 0.74 | 0 | 0.15 | 0.56 | 167.71 | 0.59 | 0.28 |
| Hex | 1D | 70 | 5F | 4A | 0 | F | 38 | A8 | 3B | 1C |
| Octal | 35 | 160 | 137 | 112 | 0 | 17 | 70 | 250 | 73 | 34 |
| Binary | 11101 | 1110000 | 1011111 | 1001010 | 0 | 1111 | 111000 | 10101000 | 111011 | 11100 |
Color Harmonies of #1D705F
Complementary color
Monochromatic Colors of #1D705F
Black with #1D705F
Text Example
Text Example
White with #1D705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D705F; }
p { color: rgb(29,112,95); }
H1.HeaderClassName
{
color: #1D705F;
}
.AnyTagClassName
{
color: #1D705F;
}
</style>
background-color css
<style>
a { background-color: #1D705F; }
a { background-color: rgb(29,112,95); }
div.DivClassName
{
background-color: #1D705F;
}
.BgClassName
{
background-color: #1D705F;
}
</style>
border-color css
<style>
span { border-color: #1D705F; }
span { border-color: rgb(29,112,95); }
td.TdClassName
{
border-color: #1D705F;
}
.TagClassName
{
border-color: #1D705F;
}
</style>