Shades of Evening Sea #2C7156
Tints of Evening Sea #2C7156
RGB
CMYK
RGB Variations
Color information
#2C7156 (or 0x2C7156) is known color: Evening Sea. HEX triplet: 2C, 71 and 56. RGB value is (44,113,86). Sum of RGB (Red+Green+Blue) = 44+113+86=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 113 - color contains mainly: green. Hex color #2C7156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7156 is #D38EA9. Grayscale: #595959. Windows color (decimal): -13864618 or 5665068. OLE color: 5665068.
HSL color Cylindrical-coordinate representation of color #2C7156: hue angle of 156.52º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C7156 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 113 | 86 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.56 |
| HSL | 156.52º | 0.44% | 0.31% | - |
| HSV(B) | 156.52º | 0.61% | 0.44% | - |
| XYZ | 8.62 | 13.02 | 10.86 | - |
| YUV | 89.29 | 126.14 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 113 | 86 | 0.61 | 0 | 0.24 | 0.56 | 156.52 | 0.44 | 0.31 |
| Hex | 2C | 71 | 56 | 3D | 0 | 18 | 38 | 9D | 2C | 1F |
| Octal | 54 | 161 | 126 | 75 | 0 | 30 | 70 | 235 | 54 | 37 |
| Binary | 101100 | 1110001 | 1010110 | 111101 | 0 | 11000 | 111000 | 10011101 | 101100 | 11111 |
Color Harmonies of #2C7156
Complementary color
Monochromatic Colors of #2C7156
Black with #2C7156
Text Example
Text Example
White with #2C7156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7156; }
p { color: rgb(44,113,86); }
H1.HeaderClassName
{
color: #2C7156;
}
.AnyTagClassName
{
color: #2C7156;
}
</style>
background-color css
<style>
a { background-color: #2C7156; }
a { background-color: rgb(44,113,86); }
div.DivClassName
{
background-color: #2C7156;
}
.BgClassName
{
background-color: #2C7156;
}
</style>
border-color css
<style>
span { border-color: #2C7156; }
span { border-color: rgb(44,113,86); }
td.TdClassName
{
border-color: #2C7156;
}
.TagClassName
{
border-color: #2C7156;
}
</style>