Shades of Evening Sea #2B5D49
Tints of Evening Sea #2B5D49
RGB
CMYK
RGB Variations
Color information
#2B5D49 (or 0x2B5D49) is known color: Evening Sea. HEX triplet: 2B, 5D and 49. RGB value is (43,93,73). Sum of RGB (Red+Green+Blue) = 43+93+73=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 93 - color contains mainly: green. Hex color #2B5D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5D49 is #D4A2B6. Grayscale: #4B4B4B. Windows color (decimal): -13935287 or 4807979. OLE color: 4807979.
HSL color Cylindrical-coordinate representation of color #2B5D49: hue angle of 156º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B5D49 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 93 | 73 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.64 |
| HSL | 156º | 0.37% | 0.27% | - |
| HSV(B) | 156º | 0.54% | 0.36% | - |
| XYZ | 6.11 | 8.82 | 7.68 | - |
| YUV | 75.77 | 126.44 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 93 | 73 | 0.54 | 0 | 0.22 | 0.64 | 156 | 0.37 | 0.27 |
| Hex | 2B | 5D | 49 | 36 | 0 | 16 | 40 | 9C | 25 | 1B |
| Octal | 53 | 135 | 111 | 66 | 0 | 26 | 100 | 234 | 45 | 33 |
| Binary | 101011 | 1011101 | 1001001 | 110110 | 0 | 10110 | 1000000 | 10011100 | 100101 | 11011 |
Color Harmonies of #2B5D49
Complementary color
Monochromatic Colors of #2B5D49
Black with #2B5D49
Text Example
Text Example
White with #2B5D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5D49; }
p { color: rgb(43,93,73); }
H1.HeaderClassName
{
color: #2B5D49;
}
.AnyTagClassName
{
color: #2B5D49;
}
</style>
background-color css
<style>
a { background-color: #2B5D49; }
a { background-color: rgb(43,93,73); }
div.DivClassName
{
background-color: #2B5D49;
}
.BgClassName
{
background-color: #2B5D49;
}
</style>
border-color css
<style>
span { border-color: #2B5D49; }
span { border-color: rgb(43,93,73); }
td.TdClassName
{
border-color: #2B5D49;
}
.TagClassName
{
border-color: #2B5D49;
}
</style>