Shades of Deep Sea #1D755F
Tints of Deep Sea #1D755F
RGB
CMYK
RGB Variations
Color information
#1D755F (or 0x1D755F) is known color: Deep Sea. HEX triplet: 1D, 75 and 5F. RGB value is (29,117,95). Sum of RGB (Red+Green+Blue) = 29+117+95=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #1D755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D755F is #E28AA0. Grayscale: #585858. Windows color (decimal): -14846625 or 6255901. OLE color: 6255901.
HSL color Cylindrical-coordinate representation of color #1D755F: hue angle of 165º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D755F is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 117 | 95 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.54 |
| HSL | 165º | 0.6% | 0.29% | - |
| HSV(B) | 165º | 0.75% | 0.46% | - |
| XYZ | 8.93 | 13.81 | 13.02 | - |
| YUV | 88.18 | 131.85 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 117 | 95 | 0.75 | 0 | 0.19 | 0.54 | 165 | 0.6 | 0.29 |
| Hex | 1D | 75 | 5F | 4B | 0 | 13 | 36 | A5 | 3C | 1D |
| Octal | 35 | 165 | 137 | 113 | 0 | 23 | 66 | 245 | 74 | 35 |
| Binary | 11101 | 1110101 | 1011111 | 1001011 | 0 | 10011 | 110110 | 10100101 | 111100 | 11101 |
Color Harmonies of #1D755F
Complementary color
Monochromatic Colors of #1D755F
Black with #1D755F
Text Example
Text Example
White with #1D755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D755F; }
p { color: rgb(29,117,95); }
H1.HeaderClassName
{
color: #1D755F;
}
.AnyTagClassName
{
color: #1D755F;
}
</style>
background-color css
<style>
a { background-color: #1D755F; }
a { background-color: rgb(29,117,95); }
div.DivClassName
{
background-color: #1D755F;
}
.BgClassName
{
background-color: #1D755F;
}
</style>
border-color css
<style>
span { border-color: #1D755F; }
span { border-color: rgb(29,117,95); }
td.TdClassName
{
border-color: #1D755F;
}
.TagClassName
{
border-color: #1D755F;
}
</style>