Shades of Evening Sea #2A6552
Tints of Evening Sea #2A6552
RGB
CMYK
RGB Variations
Color information
#2A6552 (or 0x2A6552) is known color: Evening Sea. HEX triplet: 2A, 65 and 52. RGB value is (42,101,82). Sum of RGB (Red+Green+Blue) = 42+101+82=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 101 - color contains mainly: green. Hex color #2A6552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6552 is #D59AAD. Grayscale: #515151. Windows color (decimal): -13998766 or 5399850. OLE color: 5399850.
HSL color Cylindrical-coordinate representation of color #2A6552: hue angle of 160.68º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A6552 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 101 | 82 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.60 |
| HSL | 160.68º | 0.41% | 0.28% | - |
| HSV(B) | 160.68º | 0.58% | 0.4% | - |
| XYZ | 7.13 | 10.41 | 9.62 | - |
| YUV | 81.19 | 128.45 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 101 | 82 | 0.58 | 0 | 0.19 | 0.60 | 160.68 | 0.41 | 0.28 |
| Hex | 2A | 65 | 52 | 3A | 0 | 13 | 3C | A1 | 29 | 1C |
| Octal | 52 | 145 | 122 | 72 | 0 | 23 | 74 | 241 | 51 | 34 |
| Binary | 101010 | 1100101 | 1010010 | 111010 | 0 | 10011 | 111100 | 10100001 | 101001 | 11100 |
Color Harmonies of #2A6552
Complementary color
Monochromatic Colors of #2A6552
Black with #2A6552
Text Example
Text Example
White with #2A6552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6552; }
p { color: rgb(42,101,82); }
H1.HeaderClassName
{
color: #2A6552;
}
.AnyTagClassName
{
color: #2A6552;
}
</style>
background-color css
<style>
a { background-color: #2A6552; }
a { background-color: rgb(42,101,82); }
div.DivClassName
{
background-color: #2A6552;
}
.BgClassName
{
background-color: #2A6552;
}
</style>
border-color css
<style>
span { border-color: #2A6552; }
span { border-color: rgb(42,101,82); }
td.TdClassName
{
border-color: #2A6552;
}
.TagClassName
{
border-color: #2A6552;
}
</style>