Shades of Evening Sea #2B6E52
Tints of Evening Sea #2B6E52
RGB
CMYK
RGB Variations
Color information
#2B6E52 (or 0x2B6E52) is known color: Evening Sea. HEX triplet: 2B, 6E and 52. RGB value is (43,110,82). Sum of RGB (Red+Green+Blue) = 43+110+82=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 110 (43.36% from 255 or 46.81% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 110 - color contains mainly: green. Hex color #2B6E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6E52 is #D491AD. Grayscale: #565656. Windows color (decimal): -13930926 or 5402155. OLE color: 5402155.
HSL color Cylindrical-coordinate representation of color #2B6E52: hue angle of 154.93º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B6E52 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 43 | 110 | 82 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.57 |
| HSL | 154.93º | 0.44% | 0.3% | - |
| HSV(B) | 154.93º | 0.61% | 0.43% | - |
| XYZ | 8.1 | 12.27 | 9.93 | - |
| YUV | 86.78 | 125.3 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 110 | 82 | 0.61 | 0 | 0.25 | 0.57 | 154.93 | 0.44 | 0.3 |
| Hex | 2B | 6E | 52 | 3D | 0 | 19 | 39 | 9B | 2C | 1E |
| Octal | 53 | 156 | 122 | 75 | 0 | 31 | 71 | 233 | 54 | 36 |
| Binary | 101011 | 1101110 | 1010010 | 111101 | 0 | 11001 | 111001 | 10011011 | 101100 | 11110 |
Color Harmonies of #2B6E52
Complementary color
Monochromatic Colors of #2B6E52
Black with #2B6E52
Text Example
Text Example
White with #2B6E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6E52; }
p { color: rgb(43,110,82); }
H1.HeaderClassName
{
color: #2B6E52;
}
.AnyTagClassName
{
color: #2B6E52;
}
</style>
background-color css
<style>
a { background-color: #2B6E52; }
a { background-color: rgb(43,110,82); }
div.DivClassName
{
background-color: #2B6E52;
}
.BgClassName
{
background-color: #2B6E52;
}
</style>
border-color css
<style>
span { border-color: #2B6E52; }
span { border-color: rgb(43,110,82); }
td.TdClassName
{
border-color: #2B6E52;
}
.TagClassName
{
border-color: #2B6E52;
}
</style>