Shades of Evening Sea #2D6E51
Tints of Evening Sea #2D6E51
RGB
CMYK
RGB Variations
Color information
#2D6E51 (or 0x2D6E51) is known color: Evening Sea. HEX triplet: 2D, 6E and 51. RGB value is (45,110,81). Sum of RGB (Red+Green+Blue) = 45+110+81=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 110 (43.36% from 255 or 46.61% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 110 - color contains mainly: green. Hex color #2D6E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6E51 is #D291AE. Grayscale: #575757. Windows color (decimal): -13799855 or 5336621. OLE color: 5336621.
HSL color Cylindrical-coordinate representation of color #2D6E51: hue angle of 153.23º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D6E51 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 110 | 81 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.57 |
| HSL | 153.23º | 0.42% | 0.3% | - |
| HSV(B) | 153.23º | 0.59% | 0.43% | - |
| XYZ | 8.14 | 12.3 | 9.73 | - |
| YUV | 87.26 | 124.47 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 110 | 81 | 0.59 | 0 | 0.26 | 0.57 | 153.23 | 0.42 | 0.3 |
| Hex | 2D | 6E | 51 | 3B | 0 | 1A | 39 | 99 | 2A | 1E |
| Octal | 55 | 156 | 121 | 73 | 0 | 32 | 71 | 231 | 52 | 36 |
| Binary | 101101 | 1101110 | 1010001 | 111011 | 0 | 11010 | 111001 | 10011001 | 101010 | 11110 |
Color Harmonies of #2D6E51
Complementary color
Monochromatic Colors of #2D6E51
Black with #2D6E51
Text Example
Text Example
White with #2D6E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6E51; }
p { color: rgb(45,110,81); }
H1.HeaderClassName
{
color: #2D6E51;
}
.AnyTagClassName
{
color: #2D6E51;
}
</style>
background-color css
<style>
a { background-color: #2D6E51; }
a { background-color: rgb(45,110,81); }
div.DivClassName
{
background-color: #2D6E51;
}
.BgClassName
{
background-color: #2D6E51;
}
</style>
border-color css
<style>
span { border-color: #2D6E51; }
span { border-color: rgb(45,110,81); }
td.TdClassName
{
border-color: #2D6E51;
}
.TagClassName
{
border-color: #2D6E51;
}
</style>