Shades of Deep Sea #1C735E
Tints of Deep Sea #1C735E
RGB
CMYK
RGB Variations
Color information
#1C735E (or 0x1C735E) is known color: Deep Sea. HEX triplet: 1C, 73 and 5E. RGB value is (28,115,94). Sum of RGB (Red+Green+Blue) = 28+115+94=237 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.81% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #1C735E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C735E is #E38CA1. Grayscale: #565656. Windows color (decimal): -14912674 or 6189852. OLE color: 6189852.
HSL color Cylindrical-coordinate representation of color #1C735E: hue angle of 165.52º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C735E is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 115 | 94 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.55 |
| HSL | 165.52º | 0.61% | 0.28% | - |
| HSV(B) | 165.52º | 0.76% | 0.45% | - |
| XYZ | 8.63 | 13.32 | 12.71 | - |
| YUV | 86.59 | 132.18 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 115 | 94 | 0.76 | 0 | 0.18 | 0.55 | 165.52 | 0.61 | 0.28 |
| Hex | 1C | 73 | 5E | 4C | 0 | 12 | 37 | A6 | 3D | 1C |
| Octal | 34 | 163 | 136 | 114 | 0 | 22 | 67 | 246 | 75 | 34 |
| Binary | 11100 | 1110011 | 1011110 | 1001100 | 0 | 10010 | 110111 | 10100110 | 111101 | 11100 |
Color Harmonies of #1C735E
Complementary color
Monochromatic Colors of #1C735E
Black with #1C735E
Text Example
Text Example
White with #1C735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C735E; }
p { color: rgb(28,115,94); }
H1.HeaderClassName
{
color: #1C735E;
}
.AnyTagClassName
{
color: #1C735E;
}
</style>
background-color css
<style>
a { background-color: #1C735E; }
a { background-color: rgb(28,115,94); }
div.DivClassName
{
background-color: #1C735E;
}
.BgClassName
{
background-color: #1C735E;
}
</style>
border-color css
<style>
span { border-color: #1C735E; }
span { border-color: rgb(28,115,94); }
td.TdClassName
{
border-color: #1C735E;
}
.TagClassName
{
border-color: #1C735E;
}
</style>