Shades of Evening Sea #2B6751
Tints of Evening Sea #2B6751
RGB
CMYK
RGB Variations
Color information
#2B6751 (or 0x2B6751) is known color: Evening Sea. HEX triplet: 2B, 67 and 51. RGB value is (43,103,81). Sum of RGB (Red+Green+Blue) = 43+103+81=227 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.94% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 103 - color contains mainly: green. Hex color #2B6751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6751 is #D498AE. Grayscale: #525252. Windows color (decimal): -13932719 or 5334827. OLE color: 5334827.
HSL color Cylindrical-coordinate representation of color #2B6751: hue angle of 158º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B6751 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 103 | 81 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.60 |
| HSL | 158º | 0.41% | 0.29% | - |
| HSV(B) | 158º | 0.58% | 0.4% | - |
| XYZ | 7.33 | 10.81 | 9.48 | - |
| YUV | 82.55 | 127.12 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 103 | 81 | 0.58 | 0 | 0.21 | 0.60 | 158 | 0.41 | 0.29 |
| Hex | 2B | 67 | 51 | 3A | 0 | 15 | 3C | 9E | 29 | 1D |
| Octal | 53 | 147 | 121 | 72 | 0 | 25 | 74 | 236 | 51 | 35 |
| Binary | 101011 | 1100111 | 1010001 | 111010 | 0 | 10101 | 111100 | 10011110 | 101001 | 11101 |
Color Harmonies of #2B6751
Complementary color
Monochromatic Colors of #2B6751
Black with #2B6751
Text Example
Text Example
White with #2B6751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6751; }
p { color: rgb(43,103,81); }
H1.HeaderClassName
{
color: #2B6751;
}
.AnyTagClassName
{
color: #2B6751;
}
</style>
background-color css
<style>
a { background-color: #2B6751; }
a { background-color: rgb(43,103,81); }
div.DivClassName
{
background-color: #2B6751;
}
.BgClassName
{
background-color: #2B6751;
}
</style>
border-color css
<style>
span { border-color: #2B6751; }
span { border-color: rgb(43,103,81); }
td.TdClassName
{
border-color: #2B6751;
}
.TagClassName
{
border-color: #2B6751;
}
</style>