Shades of Deep Sea #1A845F
Tints of Deep Sea #1A845F
RGB
CMYK
RGB Variations
Color information
#1A845F (or 0x1A845F) is known color: Deep Sea. HEX triplet: 1A, 84 and 5F. RGB value is (26,132,95). Sum of RGB (Red+Green+Blue) = 26+132+95=253 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.28% from 253); Green value is 132 (51.95% from 255 or 52.17% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 132 - color contains mainly: green. Hex color #1A845F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A845F is #E57BA0. Grayscale: #606060. Windows color (decimal): -15039393 or 6259738. OLE color: 6259738.
HSL color Cylindrical-coordinate representation of color #1A845F: hue angle of 159.06º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A845F is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 132 | 95 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.48 |
| HSL | 159.06º | 0.67% | 0.31% | - |
| HSV(B) | 159.06º | 0.8% | 0.52% | - |
| XYZ | 10.74 | 17.55 | 13.65 | - |
| YUV | 96.09 | 127.38 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 132 | 95 | 0.80 | 0 | 0.28 | 0.48 | 159.06 | 0.67 | 0.31 |
| Hex | 1A | 84 | 5F | 50 | 0 | 1C | 30 | 9F | 43 | 1F |
| Octal | 32 | 204 | 137 | 120 | 0 | 34 | 60 | 237 | 103 | 37 |
| Binary | 11010 | 10000100 | 1011111 | 1010000 | 0 | 11100 | 110000 | 10011111 | 1000011 | 11111 |
Color Harmonies of #1A845F
Complementary color
Monochromatic Colors of #1A845F
Black with #1A845F
Text Example
Text Example
White with #1A845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A845F; }
p { color: rgb(26,132,95); }
H1.HeaderClassName
{
color: #1A845F;
}
.AnyTagClassName
{
color: #1A845F;
}
</style>
background-color css
<style>
a { background-color: #1A845F; }
a { background-color: rgb(26,132,95); }
div.DivClassName
{
background-color: #1A845F;
}
.BgClassName
{
background-color: #1A845F;
}
</style>
border-color css
<style>
span { border-color: #1A845F; }
span { border-color: rgb(26,132,95); }
td.TdClassName
{
border-color: #1A845F;
}
.TagClassName
{
border-color: #1A845F;
}
</style>