Shades of Evening Sea #2D624D
Tints of Evening Sea #2D624D
RGB
CMYK
RGB Variations
Color information
#2D624D (or 0x2D624D) is known color: Evening Sea. HEX triplet: 2D, 62 and 4D. RGB value is (45,98,77). Sum of RGB (Red+Green+Blue) = 45+98+77=220 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.45% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #2D624D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D624D is #D29DB2. Grayscale: #4F4F4F. Windows color (decimal): -13802931 or 5071405. OLE color: 5071405.
HSL color Cylindrical-coordinate representation of color #2D624D: hue angle of 156.23º 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 #2D624D is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 98 | 77 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.62 |
| HSL | 156.23º | 0.37% | 0.28% | - |
| HSV(B) | 156.23º | 0.54% | 0.38% | - |
| XYZ | 6.79 | 9.83 | 8.56 | - |
| YUV | 79.76 | 126.44 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 98 | 77 | 0.54 | 0 | 0.21 | 0.62 | 156.23 | 0.37 | 0.28 |
| Hex | 2D | 62 | 4D | 36 | 0 | 15 | 3E | 9C | 25 | 1C |
| Octal | 55 | 142 | 115 | 66 | 0 | 25 | 76 | 234 | 45 | 34 |
| Binary | 101101 | 1100010 | 1001101 | 110110 | 0 | 10101 | 111110 | 10011100 | 100101 | 11100 |
Color Harmonies of #2D624D
Complementary color
Monochromatic Colors of #2D624D
Black with #2D624D
Text Example
Text Example
White with #2D624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D624D; }
p { color: rgb(45,98,77); }
H1.HeaderClassName
{
color: #2D624D;
}
.AnyTagClassName
{
color: #2D624D;
}
</style>
background-color css
<style>
a { background-color: #2D624D; }
a { background-color: rgb(45,98,77); }
div.DivClassName
{
background-color: #2D624D;
}
.BgClassName
{
background-color: #2D624D;
}
</style>
border-color css
<style>
span { border-color: #2D624D; }
span { border-color: rgb(45,98,77); }
td.TdClassName
{
border-color: #2D624D;
}
.TagClassName
{
border-color: #2D624D;
}
</style>