Shades of Evening Sea #2A554B
Tints of Evening Sea #2A554B
RGB
CMYK
RGB Variations
Color information
#2A554B (or 0x2A554B) is known color: Evening Sea. HEX triplet: 2A, 55 and 4B. RGB value is (42,85,75). Sum of RGB (Red+Green+Blue) = 42+85+75=202 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.79% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 85 - color contains mainly: green. Hex color #2A554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A554B is #D5AAB4. Grayscale: #474747. Windows color (decimal): -14002869 or 4937002. OLE color: 4937002.
HSL color Cylindrical-coordinate representation of color #2A554B: hue angle of 166.05º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A554B is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 85 | 75 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.67 |
| HSL | 166.05º | 0.34% | 0.25% | - |
| HSV(B) | 166.05º | 0.51% | 0.33% | - |
| XYZ | 5.47 | 7.5 | 7.82 | - |
| YUV | 71 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 85 | 75 | 0.51 | 0 | 0.12 | 0.67 | 166.05 | 0.34 | 0.25 |
| Hex | 2A | 55 | 4B | 33 | 0 | C | 43 | A6 | 22 | 19 |
| Octal | 52 | 125 | 113 | 63 | 0 | 14 | 103 | 246 | 42 | 31 |
| Binary | 101010 | 1010101 | 1001011 | 110011 | 0 | 1100 | 1000011 | 10100110 | 100010 | 11001 |
Color Harmonies of #2A554B
Complementary color
Monochromatic Colors of #2A554B
Black with #2A554B
Text Example
Text Example
White with #2A554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A554B; }
p { color: rgb(42,85,75); }
H1.HeaderClassName
{
color: #2A554B;
}
.AnyTagClassName
{
color: #2A554B;
}
</style>
background-color css
<style>
a { background-color: #2A554B; }
a { background-color: rgb(42,85,75); }
div.DivClassName
{
background-color: #2A554B;
}
.BgClassName
{
background-color: #2A554B;
}
</style>
border-color css
<style>
span { border-color: #2A554B; }
span { border-color: rgb(42,85,75); }
td.TdClassName
{
border-color: #2A554B;
}
.TagClassName
{
border-color: #2A554B;
}
</style>