Shades of Evening Sea #2D574A
Tints of Evening Sea #2D574A
RGB
CMYK
RGB Variations
Color information
#2D574A (or 0x2D574A) is known color: Evening Sea. HEX triplet: 2D, 57 and 4A. RGB value is (45,87,74). Sum of RGB (Red+Green+Blue) = 45+87+74=206 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.84% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 87 - color contains mainly: green. Hex color #2D574A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D574A is #D2A8B5. Grayscale: #484848. Windows color (decimal): -13805750 or 4871981. OLE color: 4871981.
HSL color Cylindrical-coordinate representation of color #2D574A: hue angle of 161.43º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2D574A is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 45 | 87 | 74 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.66 |
| HSL | 161.43º | 0.32% | 0.26% | - |
| HSV(B) | 161.43º | 0.48% | 0.34% | - |
| XYZ | 5.73 | 7.87 | 7.7 | - |
| YUV | 72.96 | 128.59 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 87 | 74 | 0.48 | 0 | 0.15 | 0.66 | 161.43 | 0.32 | 0.26 |
| Hex | 2D | 57 | 4A | 30 | 0 | F | 42 | A1 | 20 | 1A |
| Octal | 55 | 127 | 112 | 60 | 0 | 17 | 102 | 241 | 40 | 32 |
| Binary | 101101 | 1010111 | 1001010 | 110000 | 0 | 1111 | 1000010 | 10100001 | 100000 | 11010 |
Color Harmonies of #2D574A
Complementary color
Monochromatic Colors of #2D574A
Black with #2D574A
Text Example
Text Example
White with #2D574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D574A; }
p { color: rgb(45,87,74); }
H1.HeaderClassName
{
color: #2D574A;
}
.AnyTagClassName
{
color: #2D574A;
}
</style>
background-color css
<style>
a { background-color: #2D574A; }
a { background-color: rgb(45,87,74); }
div.DivClassName
{
background-color: #2D574A;
}
.BgClassName
{
background-color: #2D574A;
}
</style>
border-color css
<style>
span { border-color: #2D574A; }
span { border-color: rgb(45,87,74); }
td.TdClassName
{
border-color: #2D574A;
}
.TagClassName
{
border-color: #2D574A;
}
</style>