Shades of Evening Sea #2D614D
Tints of Evening Sea #2D614D
RGB
CMYK
RGB Variations
Color information
#2D614D (or 0x2D614D) is known color: Evening Sea. HEX triplet: 2D, 61 and 4D. RGB value is (45,97,77). Sum of RGB (Red+Green+Blue) = 45+97+77=219 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.55% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #2D614D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D614D is #D29EB2. Grayscale: #4F4F4F. Windows color (decimal): -13803187 or 5071149. OLE color: 5071149.
HSL color Cylindrical-coordinate representation of color #2D614D: hue angle of 156.92º 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 #2D614D is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 97 | 77 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.62 |
| HSL | 156.92º | 0.37% | 0.28% | - |
| HSV(B) | 156.92º | 0.54% | 0.38% | - |
| XYZ | 6.7 | 9.64 | 8.53 | - |
| YUV | 79.17 | 126.77 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 97 | 77 | 0.54 | 0 | 0.21 | 0.62 | 156.92 | 0.37 | 0.28 |
| Hex | 2D | 61 | 4D | 36 | 0 | 15 | 3E | 9D | 25 | 1C |
| Octal | 55 | 141 | 115 | 66 | 0 | 25 | 76 | 235 | 45 | 34 |
| Binary | 101101 | 1100001 | 1001101 | 110110 | 0 | 10101 | 111110 | 10011101 | 100101 | 11100 |
Color Harmonies of #2D614D
Complementary color
Monochromatic Colors of #2D614D
Black with #2D614D
Text Example
Text Example
White with #2D614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D614D; }
p { color: rgb(45,97,77); }
H1.HeaderClassName
{
color: #2D614D;
}
.AnyTagClassName
{
color: #2D614D;
}
</style>
background-color css
<style>
a { background-color: #2D614D; }
a { background-color: rgb(45,97,77); }
div.DivClassName
{
background-color: #2D614D;
}
.BgClassName
{
background-color: #2D614D;
}
</style>
border-color css
<style>
span { border-color: #2D614D; }
span { border-color: rgb(45,97,77); }
td.TdClassName
{
border-color: #2D614D;
}
.TagClassName
{
border-color: #2D614D;
}
</style>