Shades of Evening Sea #2D6E54
Tints of Evening Sea #2D6E54
RGB
CMYK
RGB Variations
Color information
#2D6E54 (or 0x2D6E54) is known color: Evening Sea. HEX triplet: 2D, 6E and 54. RGB value is (45,110,84). Sum of RGB (Red+Green+Blue) = 45+110+84=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 110 (43.36% from 255 or 46.03% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 110 - color contains mainly: green. Hex color #2D6E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6E54 is #D291AB. Grayscale: #575757. Windows color (decimal): -13799852 or 5533229. OLE color: 5533229.
HSL color Cylindrical-coordinate representation of color #2D6E54: hue angle of 156º 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 #2D6E54 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 110 | 84 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.57 |
| HSL | 156º | 0.42% | 0.3% | - |
| HSV(B) | 156º | 0.59% | 0.43% | - |
| XYZ | 8.26 | 12.35 | 10.34 | - |
| YUV | 87.6 | 125.97 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 110 | 84 | 0.59 | 0 | 0.24 | 0.57 | 156 | 0.42 | 0.3 |
| Hex | 2D | 6E | 54 | 3B | 0 | 18 | 39 | 9C | 2A | 1E |
| Octal | 55 | 156 | 124 | 73 | 0 | 30 | 71 | 234 | 52 | 36 |
| Binary | 101101 | 1101110 | 1010100 | 111011 | 0 | 11000 | 111001 | 10011100 | 101010 | 11110 |
Color Harmonies of #2D6E54
Complementary color
Monochromatic Colors of #2D6E54
Black with #2D6E54
Text Example
Text Example
White with #2D6E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6E54; }
p { color: rgb(45,110,84); }
H1.HeaderClassName
{
color: #2D6E54;
}
.AnyTagClassName
{
color: #2D6E54;
}
</style>
background-color css
<style>
a { background-color: #2D6E54; }
a { background-color: rgb(45,110,84); }
div.DivClassName
{
background-color: #2D6E54;
}
.BgClassName
{
background-color: #2D6E54;
}
</style>
border-color css
<style>
span { border-color: #2D6E54; }
span { border-color: rgb(45,110,84); }
td.TdClassName
{
border-color: #2D6E54;
}
.TagClassName
{
border-color: #2D6E54;
}
</style>