Shades of Evening Sea #2C6F55
Tints of Evening Sea #2C6F55
RGB
CMYK
RGB Variations
Color information
#2C6F55 (or 0x2C6F55) is known color: Evening Sea. HEX triplet: 2C, 6F and 55. RGB value is (44,111,85). Sum of RGB (Red+Green+Blue) = 44+111+85=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 111 - color contains mainly: green. Hex color #2C6F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6F55 is #D390AA. Grayscale: #585858. Windows color (decimal): -13865131 or 5599020. OLE color: 5599020.
HSL color Cylindrical-coordinate representation of color #2C6F55: hue angle of 156.72º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C6F55 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 111 | 85 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.56 |
| HSL | 156.72º | 0.43% | 0.3% | - |
| HSV(B) | 156.72º | 0.6% | 0.44% | - |
| XYZ | 8.36 | 12.56 | 10.58 | - |
| YUV | 88 | 126.3 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 111 | 85 | 0.60 | 0 | 0.23 | 0.56 | 156.72 | 0.43 | 0.3 |
| Hex | 2C | 6F | 55 | 3C | 0 | 17 | 38 | 9D | 2B | 1E |
| Octal | 54 | 157 | 125 | 74 | 0 | 27 | 70 | 235 | 53 | 36 |
| Binary | 101100 | 1101111 | 1010101 | 111100 | 0 | 10111 | 111000 | 10011101 | 101011 | 11110 |
Color Harmonies of #2C6F55
Complementary color
Monochromatic Colors of #2C6F55
Black with #2C6F55
Text Example
Text Example
White with #2C6F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6F55; }
p { color: rgb(44,111,85); }
H1.HeaderClassName
{
color: #2C6F55;
}
.AnyTagClassName
{
color: #2C6F55;
}
</style>
background-color css
<style>
a { background-color: #2C6F55; }
a { background-color: rgb(44,111,85); }
div.DivClassName
{
background-color: #2C6F55;
}
.BgClassName
{
background-color: #2C6F55;
}
</style>
border-color css
<style>
span { border-color: #2C6F55; }
span { border-color: rgb(44,111,85); }
td.TdClassName
{
border-color: #2C6F55;
}
.TagClassName
{
border-color: #2C6F55;
}
</style>