Shades of Deep Sea #1D715B
Tints of Deep Sea #1D715B
RGB
CMYK
RGB Variations
Color information
#1D715B (or 0x1D715B) is known color: Deep Sea. HEX triplet: 1D, 71 and 5B. RGB value is (29,113,91). Sum of RGB (Red+Green+Blue) = 29+113+91=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #1D715B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D715B is #E28EA4. Grayscale: #555555. Windows color (decimal): -14847653 or 5992733. OLE color: 5992733.
HSL color Cylindrical-coordinate representation of color #1D715B: hue angle of 164.29º 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 #1D715B is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 113 | 91 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.56 |
| HSL | 164.29º | 0.59% | 0.28% | - |
| HSV(B) | 164.29º | 0.74% | 0.44% | - |
| XYZ | 8.3 | 12.83 | 11.94 | - |
| YUV | 85.38 | 131.17 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 113 | 91 | 0.74 | 0 | 0.19 | 0.56 | 164.29 | 0.59 | 0.28 |
| Hex | 1D | 71 | 5B | 4A | 0 | 13 | 38 | A4 | 3B | 1C |
| Octal | 35 | 161 | 133 | 112 | 0 | 23 | 70 | 244 | 73 | 34 |
| Binary | 11101 | 1110001 | 1011011 | 1001010 | 0 | 10011 | 111000 | 10100100 | 111011 | 11100 |
Color Harmonies of #1D715B
Complementary color
Monochromatic Colors of #1D715B
Black with #1D715B
Text Example
Text Example
White with #1D715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D715B; }
p { color: rgb(29,113,91); }
H1.HeaderClassName
{
color: #1D715B;
}
.AnyTagClassName
{
color: #1D715B;
}
</style>
background-color css
<style>
a { background-color: #1D715B; }
a { background-color: rgb(29,113,91); }
div.DivClassName
{
background-color: #1D715B;
}
.BgClassName
{
background-color: #1D715B;
}
</style>
border-color css
<style>
span { border-color: #1D715B; }
span { border-color: rgb(29,113,91); }
td.TdClassName
{
border-color: #1D715B;
}
.TagClassName
{
border-color: #1D715B;
}
</style>