Shades of Evening Sea #2A5D4A
Tints of Evening Sea #2A5D4A
RGB
CMYK
RGB Variations
Color information
#2A5D4A (or 0x2A5D4A) is known color: Evening Sea. HEX triplet: 2A, 5D and 4A. RGB value is (42,93,74). Sum of RGB (Red+Green+Blue) = 42+93+74=209 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.10% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 93 - color contains mainly: green. Hex color #2A5D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5D4A is #D5A2B5. Grayscale: #4B4B4B. Windows color (decimal): -14000822 or 4873514. OLE color: 4873514.
HSL color Cylindrical-coordinate representation of color #2A5D4A: hue angle of 157.65º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A5D4A is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 93 | 74 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.64 |
| HSL | 157.65º | 0.38% | 0.26% | - |
| HSV(B) | 157.65º | 0.55% | 0.36% | - |
| XYZ | 6.11 | 8.82 | 7.86 | - |
| YUV | 75.59 | 127.1 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 93 | 74 | 0.55 | 0 | 0.20 | 0.64 | 157.65 | 0.38 | 0.26 |
| Hex | 2A | 5D | 4A | 37 | 0 | 14 | 40 | 9E | 26 | 1A |
| Octal | 52 | 135 | 112 | 67 | 0 | 24 | 100 | 236 | 46 | 32 |
| Binary | 101010 | 1011101 | 1001010 | 110111 | 0 | 10100 | 1000000 | 10011110 | 100110 | 11010 |
Color Harmonies of #2A5D4A
Complementary color
Monochromatic Colors of #2A5D4A
Black with #2A5D4A
Text Example
Text Example
White with #2A5D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5D4A; }
p { color: rgb(42,93,74); }
H1.HeaderClassName
{
color: #2A5D4A;
}
.AnyTagClassName
{
color: #2A5D4A;
}
</style>
background-color css
<style>
a { background-color: #2A5D4A; }
a { background-color: rgb(42,93,74); }
div.DivClassName
{
background-color: #2A5D4A;
}
.BgClassName
{
background-color: #2A5D4A;
}
</style>
border-color css
<style>
span { border-color: #2A5D4A; }
span { border-color: rgb(42,93,74); }
td.TdClassName
{
border-color: #2A5D4A;
}
.TagClassName
{
border-color: #2A5D4A;
}
</style>