Shades of Evening Sea #2D5C51
Tints of Evening Sea #2D5C51
RGB
CMYK
RGB Variations
Color information
#2D5C51 (or 0x2D5C51) is known color: Evening Sea. HEX triplet: 2D, 5C and 51. RGB value is (45,92,81). Sum of RGB (Red+Green+Blue) = 45+92+81=218 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.64% from 218); Green value is 92 (36.33% from 255 or 42.20% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 92 - color contains mainly: green. Hex color #2D5C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5C51 is #D2A3AE. Grayscale: #4C4C4C. Windows color (decimal): -13804463 or 5332013. OLE color: 5332013.
HSL color Cylindrical-coordinate representation of color #2D5C51: hue angle of 165.96º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D5C51 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 92 | 81 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.64 |
| HSL | 165.96º | 0.34% | 0.27% | - |
| HSV(B) | 165.96º | 0.51% | 0.36% | - |
| XYZ | 6.39 | 8.81 | 9.15 | - |
| YUV | 76.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 92 | 81 | 0.51 | 0 | 0.12 | 0.64 | 165.96 | 0.34 | 0.27 |
| Hex | 2D | 5C | 51 | 33 | 0 | C | 40 | A6 | 22 | 1B |
| Octal | 55 | 134 | 121 | 63 | 0 | 14 | 100 | 246 | 42 | 33 |
| Binary | 101101 | 1011100 | 1010001 | 110011 | 0 | 1100 | 1000000 | 10100110 | 100010 | 11011 |
Color Harmonies of #2D5C51
Complementary color
Monochromatic Colors of #2D5C51
Black with #2D5C51
Text Example
Text Example
White with #2D5C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5C51; }
p { color: rgb(45,92,81); }
H1.HeaderClassName
{
color: #2D5C51;
}
.AnyTagClassName
{
color: #2D5C51;
}
</style>
background-color css
<style>
a { background-color: #2D5C51; }
a { background-color: rgb(45,92,81); }
div.DivClassName
{
background-color: #2D5C51;
}
.BgClassName
{
background-color: #2D5C51;
}
</style>
border-color css
<style>
span { border-color: #2D5C51; }
span { border-color: rgb(45,92,81); }
td.TdClassName
{
border-color: #2D5C51;
}
.TagClassName
{
border-color: #2D5C51;
}
</style>