Shades of Evening Sea #2D6051
Tints of Evening Sea #2D6051
RGB
CMYK
RGB Variations
Color information
#2D6051 (or 0x2D6051) is known color: Evening Sea. HEX triplet: 2D, 60 and 51. RGB value is (45,96,81). Sum of RGB (Red+Green+Blue) = 45+96+81=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #2D6051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6051 is #D29FAE. Grayscale: #4F4F4F. Windows color (decimal): -13803439 or 5333037. OLE color: 5333037.
HSL color Cylindrical-coordinate representation of color #2D6051: hue angle of 162.35º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D6051 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 96 | 81 | - |
| CMYK | 0.53 | 0 | 0.16 | 0.62 |
| HSL | 162.35º | 0.36% | 0.28% | - |
| HSV(B) | 162.35º | 0.53% | 0.38% | - |
| XYZ | 6.75 | 9.52 | 9.27 | - |
| YUV | 79.04 | 129.1 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 81 | 0.53 | 0 | 0.16 | 0.62 | 162.35 | 0.36 | 0.28 |
| Hex | 2D | 60 | 51 | 35 | 0 | 10 | 3E | A2 | 24 | 1C |
| Octal | 55 | 140 | 121 | 65 | 0 | 20 | 76 | 242 | 44 | 34 |
| Binary | 101101 | 1100000 | 1010001 | 110101 | 0 | 10000 | 111110 | 10100010 | 100100 | 11100 |
Color Harmonies of #2D6051
Complementary color
Monochromatic Colors of #2D6051
Black with #2D6051
Text Example
Text Example
White with #2D6051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6051; }
p { color: rgb(45,96,81); }
H1.HeaderClassName
{
color: #2D6051;
}
.AnyTagClassName
{
color: #2D6051;
}
</style>
background-color css
<style>
a { background-color: #2D6051; }
a { background-color: rgb(45,96,81); }
div.DivClassName
{
background-color: #2D6051;
}
.BgClassName
{
background-color: #2D6051;
}
</style>
border-color css
<style>
span { border-color: #2D6051; }
span { border-color: rgb(45,96,81); }
td.TdClassName
{
border-color: #2D6051;
}
.TagClassName
{
border-color: #2D6051;
}
</style>