Shades of Deep Sea #1D755B
Tints of Deep Sea #1D755B
RGB
CMYK
RGB Variations
Color information
#1D755B (or 0x1D755B) is known color: Deep Sea. HEX triplet: 1D, 75 and 5B. RGB value is (29,117,91). Sum of RGB (Red+Green+Blue) = 29+117+91=237 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.24% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #1D755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D755B is #E28AA4. Grayscale: #575757. Windows color (decimal): -14846629 or 5993757. OLE color: 5993757.
HSL color Cylindrical-coordinate representation of color #1D755B: hue angle of 162.27º 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 #1D755B is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 117 | 91 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.54 |
| HSL | 162.27º | 0.6% | 0.29% | - |
| HSV(B) | 162.27º | 0.75% | 0.46% | - |
| XYZ | 8.76 | 13.74 | 12.09 | - |
| YUV | 87.72 | 129.85 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 117 | 91 | 0.75 | 0 | 0.22 | 0.54 | 162.27 | 0.6 | 0.29 |
| Hex | 1D | 75 | 5B | 4B | 0 | 16 | 36 | A2 | 3C | 1D |
| Octal | 35 | 165 | 133 | 113 | 0 | 26 | 66 | 242 | 74 | 35 |
| Binary | 11101 | 1110101 | 1011011 | 1001011 | 0 | 10110 | 110110 | 10100010 | 111100 | 11101 |
Color Harmonies of #1D755B
Complementary color
Monochromatic Colors of #1D755B
Black with #1D755B
Text Example
Text Example
White with #1D755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D755B; }
p { color: rgb(29,117,91); }
H1.HeaderClassName
{
color: #1D755B;
}
.AnyTagClassName
{
color: #1D755B;
}
</style>
background-color css
<style>
a { background-color: #1D755B; }
a { background-color: rgb(29,117,91); }
div.DivClassName
{
background-color: #1D755B;
}
.BgClassName
{
background-color: #1D755B;
}
</style>
border-color css
<style>
span { border-color: #1D755B; }
span { border-color: rgb(29,117,91); }
td.TdClassName
{
border-color: #1D755B;
}
.TagClassName
{
border-color: #1D755B;
}
</style>