Shades of Evening Sea #2D6D54
Tints of Evening Sea #2D6D54
RGB
CMYK
RGB Variations
Color information
#2D6D54 (or 0x2D6D54) is known color: Evening Sea. HEX triplet: 2D, 6D and 54. RGB value is (45,109,84). Sum of RGB (Red+Green+Blue) = 45+109+84=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 109 (42.97% from 255 or 45.80% from 238); Blue value is 84 (33.20% from 255 or 35.29% from 238); Max value from RGB is 109 - color contains mainly: green. Hex color #2D6D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6D54 is #D292AB. Grayscale: #575757. Windows color (decimal): -13800108 or 5532973. OLE color: 5532973.
HSL color Cylindrical-coordinate representation of color #2D6D54: hue angle of 156.56º 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 #2D6D54 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 109 | 84 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.57 |
| HSL | 156.56º | 0.42% | 0.3% | - |
| HSV(B) | 156.56º | 0.59% | 0.43% | - |
| XYZ | 8.15 | 12.14 | 10.3 | - |
| YUV | 87.01 | 126.3 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 109 | 84 | 0.59 | 0 | 0.23 | 0.57 | 156.56 | 0.42 | 0.3 |
| Hex | 2D | 6D | 54 | 3B | 0 | 17 | 39 | 9D | 2A | 1E |
| Octal | 55 | 155 | 124 | 73 | 0 | 27 | 71 | 235 | 52 | 36 |
| Binary | 101101 | 1101101 | 1010100 | 111011 | 0 | 10111 | 111001 | 10011101 | 101010 | 11110 |
Color Harmonies of #2D6D54
Complementary color
Monochromatic Colors of #2D6D54
Black with #2D6D54
Text Example
Text Example
White with #2D6D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6D54; }
p { color: rgb(45,109,84); }
H1.HeaderClassName
{
color: #2D6D54;
}
.AnyTagClassName
{
color: #2D6D54;
}
</style>
background-color css
<style>
a { background-color: #2D6D54; }
a { background-color: rgb(45,109,84); }
div.DivClassName
{
background-color: #2D6D54;
}
.BgClassName
{
background-color: #2D6D54;
}
</style>
border-color css
<style>
span { border-color: #2D6D54; }
span { border-color: rgb(45,109,84); }
td.TdClassName
{
border-color: #2D6D54;
}
.TagClassName
{
border-color: #2D6D54;
}
</style>