Shades of Evening Sea #2B7156
Tints of Evening Sea #2B7156
RGB
CMYK
RGB Variations
Color information
#2B7156 (or 0x2B7156) is known color: Evening Sea. HEX triplet: 2B, 71 and 56. RGB value is (43,113,86). Sum of RGB (Red+Green+Blue) = 43+113+86=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #2B7156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7156 is #D48EA9. Grayscale: #595959. Windows color (decimal): -13930154 or 5665067. OLE color: 5665067.
HSL color Cylindrical-coordinate representation of color #2B7156: hue angle of 156.86º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B7156 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 113 | 86 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.56 |
| HSL | 156.86º | 0.45% | 0.31% | - |
| HSV(B) | 156.86º | 0.62% | 0.44% | - |
| XYZ | 8.58 | 13 | 10.86 | - |
| YUV | 88.99 | 126.31 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 86 | 0.62 | 0 | 0.24 | 0.56 | 156.86 | 0.45 | 0.31 |
| Hex | 2B | 71 | 56 | 3E | 0 | 18 | 38 | 9D | 2D | 1F |
| Octal | 53 | 161 | 126 | 76 | 0 | 30 | 70 | 235 | 55 | 37 |
| Binary | 101011 | 1110001 | 1010110 | 111110 | 0 | 11000 | 111000 | 10011101 | 101101 | 11111 |
Color Harmonies of #2B7156
Complementary color
Monochromatic Colors of #2B7156
Black with #2B7156
Text Example
Text Example
White with #2B7156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7156; }
p { color: rgb(43,113,86); }
H1.HeaderClassName
{
color: #2B7156;
}
.AnyTagClassName
{
color: #2B7156;
}
</style>
background-color css
<style>
a { background-color: #2B7156; }
a { background-color: rgb(43,113,86); }
div.DivClassName
{
background-color: #2B7156;
}
.BgClassName
{
background-color: #2B7156;
}
</style>
border-color css
<style>
span { border-color: #2B7156; }
span { border-color: rgb(43,113,86); }
td.TdClassName
{
border-color: #2B7156;
}
.TagClassName
{
border-color: #2B7156;
}
</style>