Shades of Evening Sea #2D6B56
Tints of Evening Sea #2D6B56
RGB
CMYK
RGB Variations
Color information
#2D6B56 (or 0x2D6B56) is known color: Evening Sea. HEX triplet: 2D, 6B and 56. RGB value is (45,107,86). Sum of RGB (Red+Green+Blue) = 45+107+86=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 107 (42.19% from 255 or 44.96% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 107 - color contains mainly: green. Hex color #2D6B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6B56 is #D294A9. Grayscale: #565656. Windows color (decimal): -13800618 or 5663533. OLE color: 5663533.
HSL color Cylindrical-coordinate representation of color #2D6B56: hue angle of 159.68º 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 #2D6B56 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 107 | 86 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.58 |
| HSL | 159.68º | 0.41% | 0.3% | - |
| HSV(B) | 159.68º | 0.58% | 0.42% | - |
| XYZ | 8.02 | 11.75 | 10.65 | - |
| YUV | 86.07 | 127.96 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 107 | 86 | 0.58 | 0 | 0.20 | 0.58 | 159.68 | 0.41 | 0.3 |
| Hex | 2D | 6B | 56 | 3A | 0 | 14 | 3A | A0 | 29 | 1E |
| Octal | 55 | 153 | 126 | 72 | 0 | 24 | 72 | 240 | 51 | 36 |
| Binary | 101101 | 1101011 | 1010110 | 111010 | 0 | 10100 | 111010 | 10100000 | 101001 | 11110 |
Color Harmonies of #2D6B56
Complementary color
Monochromatic Colors of #2D6B56
Black with #2D6B56
Text Example
Text Example
White with #2D6B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6B56; }
p { color: rgb(45,107,86); }
H1.HeaderClassName
{
color: #2D6B56;
}
.AnyTagClassName
{
color: #2D6B56;
}
</style>
background-color css
<style>
a { background-color: #2D6B56; }
a { background-color: rgb(45,107,86); }
div.DivClassName
{
background-color: #2D6B56;
}
.BgClassName
{
background-color: #2D6B56;
}
</style>
border-color css
<style>
span { border-color: #2D6B56; }
span { border-color: rgb(45,107,86); }
td.TdClassName
{
border-color: #2D6B56;
}
.TagClassName
{
border-color: #2D6B56;
}
</style>