Shades of Evening Sea #2D6C53
Tints of Evening Sea #2D6C53
RGB
CMYK
RGB Variations
Color information
#2D6C53 (or 0x2D6C53) is known color: Evening Sea. HEX triplet: 2D, 6C and 53. RGB value is (45,108,83). Sum of RGB (Red+Green+Blue) = 45+108+83=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 108 (42.58% from 255 or 45.76% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 108 - color contains mainly: green. Hex color #2D6C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6C53 is #D293AC. Grayscale: #565656. Windows color (decimal): -13800365 or 5467181. OLE color: 5467181.
HSL color Cylindrical-coordinate representation of color #2D6C53: hue angle of 156.19º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D6C53 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 108 | 83 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.58 |
| HSL | 156.19º | 0.41% | 0.3% | - |
| HSV(B) | 156.19º | 0.58% | 0.42% | - |
| XYZ | 8.01 | 11.91 | 10.06 | - |
| YUV | 86.31 | 126.13 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 108 | 83 | 0.58 | 0 | 0.23 | 0.58 | 156.19 | 0.41 | 0.3 |
| Hex | 2D | 6C | 53 | 3A | 0 | 17 | 3A | 9C | 29 | 1E |
| Octal | 55 | 154 | 123 | 72 | 0 | 27 | 72 | 234 | 51 | 36 |
| Binary | 101101 | 1101100 | 1010011 | 111010 | 0 | 10111 | 111010 | 10011100 | 101001 | 11110 |
Color Harmonies of #2D6C53
Complementary color
Monochromatic Colors of #2D6C53
Black with #2D6C53
Text Example
Text Example
White with #2D6C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6C53; }
p { color: rgb(45,108,83); }
H1.HeaderClassName
{
color: #2D6C53;
}
.AnyTagClassName
{
color: #2D6C53;
}
</style>
background-color css
<style>
a { background-color: #2D6C53; }
a { background-color: rgb(45,108,83); }
div.DivClassName
{
background-color: #2D6C53;
}
.BgClassName
{
background-color: #2D6C53;
}
</style>
border-color css
<style>
span { border-color: #2D6C53; }
span { border-color: rgb(45,108,83); }
td.TdClassName
{
border-color: #2D6C53;
}
.TagClassName
{
border-color: #2D6C53;
}
</style>