Shades of Evening Sea #1A5E48
Tints of Evening Sea #1A5E48
RGB
CMYK
RGB Variations
Color information
#1A5E48 (or 0x1A5E48) is known color: Evening Sea. HEX triplet: 1A, 5E and 48. RGB value is (26,94,72). Sum of RGB (Red+Green+Blue) = 26+94+72=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 94 (37.11% from 255 or 48.96% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 94 - color contains mainly: green. Hex color #1A5E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5E48 is #E5A1B7. Grayscale: #474747. Windows color (decimal): -15049144 or 4742682. OLE color: 4742682.
HSL color Cylindrical-coordinate representation of color #1A5E48: hue angle of 160.59º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A5E48 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 26 | 94 | 72 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.63 |
| HSL | 160.59º | 0.57% | 0.24% | - |
| HSV(B) | 160.59º | 0.72% | 0.37% | - |
| XYZ | 5.6 | 8.69 | 7.51 | - |
| YUV | 71.16 | 128.47 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 94 | 72 | 0.72 | 0 | 0.23 | 0.63 | 160.59 | 0.57 | 0.24 |
| Hex | 1A | 5E | 48 | 48 | 0 | 17 | 3F | A1 | 39 | 18 |
| Octal | 32 | 136 | 110 | 110 | 0 | 27 | 77 | 241 | 71 | 30 |
| Binary | 11010 | 1011110 | 1001000 | 1001000 | 0 | 10111 | 111111 | 10100001 | 111001 | 11000 |
Color Harmonies of #1A5E48
Complementary color
Monochromatic Colors of #1A5E48
Black with #1A5E48
Text Example
Text Example
White with #1A5E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5E48; }
p { color: rgb(26,94,72); }
H1.HeaderClassName
{
color: #1A5E48;
}
.AnyTagClassName
{
color: #1A5E48;
}
</style>
background-color css
<style>
a { background-color: #1A5E48; }
a { background-color: rgb(26,94,72); }
div.DivClassName
{
background-color: #1A5E48;
}
.BgClassName
{
background-color: #1A5E48;
}
</style>
border-color css
<style>
span { border-color: #1A5E48; }
span { border-color: rgb(26,94,72); }
td.TdClassName
{
border-color: #1A5E48;
}
.TagClassName
{
border-color: #1A5E48;
}
</style>