Shades of Evening Sea #2C6350
Tints of Evening Sea #2C6350
RGB
CMYK
RGB Variations
Color information
#2C6350 (or 0x2C6350) is known color: Evening Sea. HEX triplet: 2C, 63 and 50. RGB value is (44,99,80). Sum of RGB (Red+Green+Blue) = 44+99+80=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 99 - color contains mainly: green. Hex color #2C6350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6350 is #D39CAF. Grayscale: #505050. Windows color (decimal): -13868208 or 5268268. OLE color: 5268268.
HSL color Cylindrical-coordinate representation of color #2C6350: hue angle of 159.27º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C6350 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 44 | 99 | 80 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.61 |
| HSL | 159.27º | 0.38% | 0.28% | - |
| HSV(B) | 159.27º | 0.56% | 0.39% | - |
| XYZ | 6.95 | 10.04 | 9.16 | - |
| YUV | 80.39 | 127.78 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 99 | 80 | 0.56 | 0 | 0.19 | 0.61 | 159.27 | 0.38 | 0.28 |
| Hex | 2C | 63 | 50 | 38 | 0 | 13 | 3D | 9F | 26 | 1C |
| Octal | 54 | 143 | 120 | 70 | 0 | 23 | 75 | 237 | 46 | 34 |
| Binary | 101100 | 1100011 | 1010000 | 111000 | 0 | 10011 | 111101 | 10011111 | 100110 | 11100 |
Color Harmonies of #2C6350
Complementary color
Monochromatic Colors of #2C6350
Black with #2C6350
Text Example
Text Example
White with #2C6350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6350; }
p { color: rgb(44,99,80); }
H1.HeaderClassName
{
color: #2C6350;
}
.AnyTagClassName
{
color: #2C6350;
}
</style>
background-color css
<style>
a { background-color: #2C6350; }
a { background-color: rgb(44,99,80); }
div.DivClassName
{
background-color: #2C6350;
}
.BgClassName
{
background-color: #2C6350;
}
</style>
border-color css
<style>
span { border-color: #2C6350; }
span { border-color: rgb(44,99,80); }
td.TdClassName
{
border-color: #2C6350;
}
.TagClassName
{
border-color: #2C6350;
}
</style>