Shades of Evening Sea #2D6D56
Tints of Evening Sea #2D6D56
RGB
CMYK
RGB Variations
Color information
#2D6D56 (or 0x2D6D56) is known color: Evening Sea. HEX triplet: 2D, 6D and 56. RGB value is (45,109,86). Sum of RGB (Red+Green+Blue) = 45+109+86=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 109 (42.97% from 255 or 45.42% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 109 - color contains mainly: green. Hex color #2D6D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6D56 is #D292A9. Grayscale: #575757. Windows color (decimal): -13800106 or 5664045. OLE color: 5664045.
HSL color Cylindrical-coordinate representation of color #2D6D56: hue angle of 158.44º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D6D56 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 109 | 86 | - |
| CMYK | 0.59 | 0 | 0.21 | 0.57 |
| HSL | 158.44º | 0.42% | 0.3% | - |
| HSV(B) | 158.44º | 0.59% | 0.43% | - |
| XYZ | 8.23 | 12.17 | 10.72 | - |
| YUV | 87.24 | 127.3 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 109 | 86 | 0.59 | 0 | 0.21 | 0.57 | 158.44 | 0.42 | 0.3 |
| Hex | 2D | 6D | 56 | 3B | 0 | 15 | 39 | 9E | 2A | 1E |
| Octal | 55 | 155 | 126 | 73 | 0 | 25 | 71 | 236 | 52 | 36 |
| Binary | 101101 | 1101101 | 1010110 | 111011 | 0 | 10101 | 111001 | 10011110 | 101010 | 11110 |
Color Harmonies of #2D6D56
Complementary color
Monochromatic Colors of #2D6D56
Black with #2D6D56
Text Example
Text Example
White with #2D6D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6D56; }
p { color: rgb(45,109,86); }
H1.HeaderClassName
{
color: #2D6D56;
}
.AnyTagClassName
{
color: #2D6D56;
}
</style>
background-color css
<style>
a { background-color: #2D6D56; }
a { background-color: rgb(45,109,86); }
div.DivClassName
{
background-color: #2D6D56;
}
.BgClassName
{
background-color: #2D6D56;
}
</style>
border-color css
<style>
span { border-color: #2D6D56; }
span { border-color: rgb(45,109,86); }
td.TdClassName
{
border-color: #2D6D56;
}
.TagClassName
{
border-color: #2D6D56;
}
</style>