Shades of Evening Sea #2B6F55
Tints of Evening Sea #2B6F55
RGB
CMYK
RGB Variations
Color information
#2B6F55 (or 0x2B6F55) is known color: Evening Sea. HEX triplet: 2B, 6F and 55. RGB value is (43,111,85). Sum of RGB (Red+Green+Blue) = 43+111+85=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 111 - color contains mainly: green. Hex color #2B6F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6F55 is #D490AA. Grayscale: #575757. Windows color (decimal): -13930667 or 5599019. OLE color: 5599019.
HSL color Cylindrical-coordinate representation of color #2B6F55: hue angle of 157.06º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B6F55 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 111 | 85 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.56 |
| HSL | 157.06º | 0.44% | 0.3% | - |
| HSV(B) | 157.06º | 0.61% | 0.44% | - |
| XYZ | 8.32 | 12.54 | 10.58 | - |
| YUV | 87.7 | 126.47 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 111 | 85 | 0.61 | 0 | 0.23 | 0.56 | 157.06 | 0.44 | 0.3 |
| Hex | 2B | 6F | 55 | 3D | 0 | 17 | 38 | 9D | 2C | 1E |
| Octal | 53 | 157 | 125 | 75 | 0 | 27 | 70 | 235 | 54 | 36 |
| Binary | 101011 | 1101111 | 1010101 | 111101 | 0 | 10111 | 111000 | 10011101 | 101100 | 11110 |
Color Harmonies of #2B6F55
Complementary color
Monochromatic Colors of #2B6F55
Black with #2B6F55
Text Example
Text Example
White with #2B6F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6F55; }
p { color: rgb(43,111,85); }
H1.HeaderClassName
{
color: #2B6F55;
}
.AnyTagClassName
{
color: #2B6F55;
}
</style>
background-color css
<style>
a { background-color: #2B6F55; }
a { background-color: rgb(43,111,85); }
div.DivClassName
{
background-color: #2B6F55;
}
.BgClassName
{
background-color: #2B6F55;
}
</style>
border-color css
<style>
span { border-color: #2B6F55; }
span { border-color: rgb(43,111,85); }
td.TdClassName
{
border-color: #2B6F55;
}
.TagClassName
{
border-color: #2B6F55;
}
</style>