Shades of Evening Sea #2B5C49
Tints of Evening Sea #2B5C49
RGB
CMYK
RGB Variations
Color information
#2B5C49 (or 0x2B5C49) is known color: Evening Sea. HEX triplet: 2B, 5C and 49. RGB value is (43,92,73). Sum of RGB (Red+Green+Blue) = 43+92+73=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 92 - color contains mainly: green. Hex color #2B5C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5C49 is #D4A3B6. Grayscale: #4B4B4B. Windows color (decimal): -13935543 or 4807723. OLE color: 4807723.
HSL color Cylindrical-coordinate representation of color #2B5C49: hue angle of 156.73º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B5C49 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 92 | 73 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.64 |
| HSL | 156.73º | 0.36% | 0.26% | - |
| HSV(B) | 156.73º | 0.53% | 0.36% | - |
| XYZ | 6.03 | 8.65 | 7.66 | - |
| YUV | 75.18 | 126.77 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 92 | 73 | 0.53 | 0 | 0.21 | 0.64 | 156.73 | 0.36 | 0.26 |
| Hex | 2B | 5C | 49 | 35 | 0 | 15 | 40 | 9D | 24 | 1A |
| Octal | 53 | 134 | 111 | 65 | 0 | 25 | 100 | 235 | 44 | 32 |
| Binary | 101011 | 1011100 | 1001001 | 110101 | 0 | 10101 | 1000000 | 10011101 | 100100 | 11010 |
Color Harmonies of #2B5C49
Complementary color
Monochromatic Colors of #2B5C49
Black with #2B5C49
Text Example
Text Example
White with #2B5C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5C49; }
p { color: rgb(43,92,73); }
H1.HeaderClassName
{
color: #2B5C49;
}
.AnyTagClassName
{
color: #2B5C49;
}
</style>
background-color css
<style>
a { background-color: #2B5C49; }
a { background-color: rgb(43,92,73); }
div.DivClassName
{
background-color: #2B5C49;
}
.BgClassName
{
background-color: #2B5C49;
}
</style>
border-color css
<style>
span { border-color: #2B5C49; }
span { border-color: rgb(43,92,73); }
td.TdClassName
{
border-color: #2B5C49;
}
.TagClassName
{
border-color: #2B5C49;
}
</style>