Shades of Deep Sea #1A735F
Tints of Deep Sea #1A735F
RGB
CMYK
RGB Variations
Color information
#1A735F (or 0x1A735F) is known color: Deep Sea. HEX triplet: 1A, 73 and 5F. RGB value is (26,115,95). Sum of RGB (Red+Green+Blue) = 26+115+95=236 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.02% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #1A735F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A735F is #E58CA0. Grayscale: #565656. Windows color (decimal): -15043745 or 6255386. OLE color: 6255386.
HSL color Cylindrical-coordinate representation of color #1A735F: hue angle of 166.52º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A735F is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 115 | 95 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.55 |
| HSL | 166.52º | 0.63% | 0.28% | - |
| HSV(B) | 166.52º | 0.77% | 0.45% | - |
| XYZ | 8.62 | 13.31 | 12.94 | - |
| YUV | 86.11 | 133.01 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 115 | 95 | 0.77 | 0 | 0.17 | 0.55 | 166.52 | 0.63 | 0.28 |
| Hex | 1A | 73 | 5F | 4D | 0 | 11 | 37 | A7 | 3F | 1C |
| Octal | 32 | 163 | 137 | 115 | 0 | 21 | 67 | 247 | 77 | 34 |
| Binary | 11010 | 1110011 | 1011111 | 1001101 | 0 | 10001 | 110111 | 10100111 | 111111 | 11100 |
Color Harmonies of #1A735F
Complementary color
Monochromatic Colors of #1A735F
Black with #1A735F
Text Example
Text Example
White with #1A735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A735F; }
p { color: rgb(26,115,95); }
H1.HeaderClassName
{
color: #1A735F;
}
.AnyTagClassName
{
color: #1A735F;
}
</style>
background-color css
<style>
a { background-color: #1A735F; }
a { background-color: rgb(26,115,95); }
div.DivClassName
{
background-color: #1A735F;
}
.BgClassName
{
background-color: #1A735F;
}
</style>
border-color css
<style>
span { border-color: #1A735F; }
span { border-color: rgb(26,115,95); }
td.TdClassName
{
border-color: #1A735F;
}
.TagClassName
{
border-color: #1A735F;
}
</style>