Shades of Evening Sea #2D6151
Tints of Evening Sea #2D6151
RGB
CMYK
RGB Variations
Color information
#2D6151 (or 0x2D6151) is known color: Evening Sea. HEX triplet: 2D, 61 and 51. RGB value is (45,97,81). Sum of RGB (Red+Green+Blue) = 45+97+81=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #2D6151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6151 is #D29EAE. Grayscale: #4F4F4F. Windows color (decimal): -13803183 or 5333293. OLE color: 5333293.
HSL color Cylindrical-coordinate representation of color #2D6151: hue angle of 161.54º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D6151 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 97 | 81 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.62 |
| HSL | 161.54º | 0.37% | 0.28% | - |
| HSV(B) | 161.54º | 0.54% | 0.38% | - |
| XYZ | 6.84 | 9.7 | 9.3 | - |
| YUV | 79.63 | 128.77 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 97 | 81 | 0.54 | 0 | 0.16 | 0.62 | 161.54 | 0.37 | 0.28 |
| Hex | 2D | 61 | 51 | 36 | 0 | 10 | 3E | A2 | 25 | 1C |
| Octal | 55 | 141 | 121 | 66 | 0 | 20 | 76 | 242 | 45 | 34 |
| Binary | 101101 | 1100001 | 1010001 | 110110 | 0 | 10000 | 111110 | 10100010 | 100101 | 11100 |
Color Harmonies of #2D6151
Complementary color
Monochromatic Colors of #2D6151
Black with #2D6151
Text Example
Text Example
White with #2D6151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6151; }
p { color: rgb(45,97,81); }
H1.HeaderClassName
{
color: #2D6151;
}
.AnyTagClassName
{
color: #2D6151;
}
</style>
background-color css
<style>
a { background-color: #2D6151; }
a { background-color: rgb(45,97,81); }
div.DivClassName
{
background-color: #2D6151;
}
.BgClassName
{
background-color: #2D6151;
}
</style>
border-color css
<style>
span { border-color: #2D6151; }
span { border-color: rgb(45,97,81); }
td.TdClassName
{
border-color: #2D6151;
}
.TagClassName
{
border-color: #2D6151;
}
</style>