Shades of Evening Sea #2D5E4D
Tints of Evening Sea #2D5E4D
RGB
CMYK
RGB Variations
Color information
#2D5E4D (or 0x2D5E4D) is known color: Evening Sea. HEX triplet: 2D, 5E and 4D. RGB value is (45,94,77). Sum of RGB (Red+Green+Blue) = 45+94+77=216 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.83% from 216); Green value is 94 (37.11% from 255 or 43.52% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 94 - color contains mainly: green. Hex color #2D5E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5E4D is #D2A1B2. Grayscale: #4D4D4D. Windows color (decimal): -13803955 or 5070381. OLE color: 5070381.
HSL color Cylindrical-coordinate representation of color #2D5E4D: hue angle of 159.18º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D5E4D is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 45 | 94 | 77 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.63 |
| HSL | 159.18º | 0.35% | 0.27% | - |
| HSV(B) | 159.18º | 0.52% | 0.37% | - |
| XYZ | 6.42 | 9.1 | 8.44 | - |
| YUV | 77.41 | 127.77 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 94 | 77 | 0.52 | 0 | 0.18 | 0.63 | 159.18 | 0.35 | 0.27 |
| Hex | 2D | 5E | 4D | 34 | 0 | 12 | 3F | 9F | 23 | 1B |
| Octal | 55 | 136 | 115 | 64 | 0 | 22 | 77 | 237 | 43 | 33 |
| Binary | 101101 | 1011110 | 1001101 | 110100 | 0 | 10010 | 111111 | 10011111 | 100011 | 11011 |
Color Harmonies of #2D5E4D
Complementary color
Monochromatic Colors of #2D5E4D
Black with #2D5E4D
Text Example
Text Example
White with #2D5E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5E4D; }
p { color: rgb(45,94,77); }
H1.HeaderClassName
{
color: #2D5E4D;
}
.AnyTagClassName
{
color: #2D5E4D;
}
</style>
background-color css
<style>
a { background-color: #2D5E4D; }
a { background-color: rgb(45,94,77); }
div.DivClassName
{
background-color: #2D5E4D;
}
.BgClassName
{
background-color: #2D5E4D;
}
</style>
border-color css
<style>
span { border-color: #2D5E4D; }
span { border-color: rgb(45,94,77); }
td.TdClassName
{
border-color: #2D5E4D;
}
.TagClassName
{
border-color: #2D5E4D;
}
</style>