Shades of Evening Sea #2A5A4A
Tints of Evening Sea #2A5A4A
RGB
CMYK
RGB Variations
Color information
#2A5A4A (or 0x2A5A4A) is known color: Evening Sea. HEX triplet: 2A, 5A and 4A. RGB value is (42,90,74). Sum of RGB (Red+Green+Blue) = 42+90+74=206 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.39% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 90 - color contains mainly: green. Hex color #2A5A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5A4A is #D5A5B5. Grayscale: #494949. Windows color (decimal): -14001590 or 4872746. OLE color: 4872746.
HSL color Cylindrical-coordinate representation of color #2A5A4A: hue angle of 160º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A5A4A is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 90 | 74 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.65 |
| HSL | 160º | 0.36% | 0.26% | - |
| HSV(B) | 160º | 0.53% | 0.35% | - |
| XYZ | 5.85 | 8.3 | 7.77 | - |
| YUV | 73.82 | 128.1 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 90 | 74 | 0.53 | 0 | 0.18 | 0.65 | 160 | 0.36 | 0.26 |
| Hex | 2A | 5A | 4A | 35 | 0 | 12 | 41 | A0 | 24 | 1A |
| Octal | 52 | 132 | 112 | 65 | 0 | 22 | 101 | 240 | 44 | 32 |
| Binary | 101010 | 1011010 | 1001010 | 110101 | 0 | 10010 | 1000001 | 10100000 | 100100 | 11010 |
Color Harmonies of #2A5A4A
Complementary color
Monochromatic Colors of #2A5A4A
Black with #2A5A4A
Text Example
Text Example
White with #2A5A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5A4A; }
p { color: rgb(42,90,74); }
H1.HeaderClassName
{
color: #2A5A4A;
}
.AnyTagClassName
{
color: #2A5A4A;
}
</style>
background-color css
<style>
a { background-color: #2A5A4A; }
a { background-color: rgb(42,90,74); }
div.DivClassName
{
background-color: #2A5A4A;
}
.BgClassName
{
background-color: #2A5A4A;
}
</style>
border-color css
<style>
span { border-color: #2A5A4A; }
span { border-color: rgb(42,90,74); }
td.TdClassName
{
border-color: #2A5A4A;
}
.TagClassName
{
border-color: #2A5A4A;
}
</style>