Shades of Evening Sea #2A574A
Tints of Evening Sea #2A574A
RGB
CMYK
RGB Variations
Color information
#2A574A (or 0x2A574A) is known color: Evening Sea. HEX triplet: 2A, 57 and 4A. RGB value is (42,87,74). Sum of RGB (Red+Green+Blue) = 42+87+74=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 87 - color contains mainly: green. Hex color #2A574A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A574A is #D5A8B5. Grayscale: #484848. Windows color (decimal): -14002358 or 4871978. OLE color: 4871978.
HSL color Cylindrical-coordinate representation of color #2A574A: hue angle of 162.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A574A is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 42 | 87 | 74 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.66 |
| HSL | 162.67º | 0.35% | 0.25% | - |
| HSV(B) | 162.67º | 0.52% | 0.34% | - |
| XYZ | 5.6 | 7.8 | 7.69 | - |
| YUV | 72.06 | 129.09 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 87 | 74 | 0.52 | 0 | 0.15 | 0.66 | 162.67 | 0.35 | 0.25 |
| Hex | 2A | 57 | 4A | 34 | 0 | F | 42 | A3 | 23 | 19 |
| Octal | 52 | 127 | 112 | 64 | 0 | 17 | 102 | 243 | 43 | 31 |
| Binary | 101010 | 1010111 | 1001010 | 110100 | 0 | 1111 | 1000010 | 10100011 | 100011 | 11001 |
Color Harmonies of #2A574A
Complementary color
Monochromatic Colors of #2A574A
Black with #2A574A
Text Example
Text Example
White with #2A574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A574A; }
p { color: rgb(42,87,74); }
H1.HeaderClassName
{
color: #2A574A;
}
.AnyTagClassName
{
color: #2A574A;
}
</style>
background-color css
<style>
a { background-color: #2A574A; }
a { background-color: rgb(42,87,74); }
div.DivClassName
{
background-color: #2A574A;
}
.BgClassName
{
background-color: #2A574A;
}
</style>
border-color css
<style>
span { border-color: #2A574A; }
span { border-color: rgb(42,87,74); }
td.TdClassName
{
border-color: #2A574A;
}
.TagClassName
{
border-color: #2A574A;
}
</style>