Shades of Evening Sea #2A614D
Tints of Evening Sea #2A614D
RGB
CMYK
RGB Variations
Color information
#2A614D (or 0x2A614D) is known color: Evening Sea. HEX triplet: 2A, 61 and 4D. RGB value is (42,97,77). Sum of RGB (Red+Green+Blue) = 42+97+77=216 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.44% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #2A614D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A614D is #D59EB2. Grayscale: #4E4E4E. Windows color (decimal): -13999795 or 5071146. OLE color: 5071146.
HSL color Cylindrical-coordinate representation of color #2A614D: hue angle of 158.18º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A614D is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 97 | 77 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.62 |
| HSL | 158.18º | 0.4% | 0.27% | - |
| HSV(B) | 158.18º | 0.57% | 0.38% | - |
| XYZ | 6.57 | 9.58 | 8.52 | - |
| YUV | 78.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 97 | 77 | 0.57 | 0 | 0.21 | 0.62 | 158.18 | 0.4 | 0.27 |
| Hex | 2A | 61 | 4D | 39 | 0 | 15 | 3E | 9E | 28 | 1B |
| Octal | 52 | 141 | 115 | 71 | 0 | 25 | 76 | 236 | 50 | 33 |
| Binary | 101010 | 1100001 | 1001101 | 111001 | 0 | 10101 | 111110 | 10011110 | 101000 | 11011 |
Color Harmonies of #2A614D
Complementary color
Monochromatic Colors of #2A614D
Black with #2A614D
Text Example
Text Example
White with #2A614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A614D; }
p { color: rgb(42,97,77); }
H1.HeaderClassName
{
color: #2A614D;
}
.AnyTagClassName
{
color: #2A614D;
}
</style>
background-color css
<style>
a { background-color: #2A614D; }
a { background-color: rgb(42,97,77); }
div.DivClassName
{
background-color: #2A614D;
}
.BgClassName
{
background-color: #2A614D;
}
</style>
border-color css
<style>
span { border-color: #2A614D; }
span { border-color: rgb(42,97,77); }
td.TdClassName
{
border-color: #2A614D;
}
.TagClassName
{
border-color: #2A614D;
}
</style>