Shades of Evening Sea #2C6952
Tints of Evening Sea #2C6952
RGB
CMYK
RGB Variations
Color information
#2C6952 (or 0x2C6952) is known color: Evening Sea. HEX triplet: 2C, 69 and 52. RGB value is (44,105,82). Sum of RGB (Red+Green+Blue) = 44+105+82=231 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.05% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 105 - color contains mainly: green. Hex color #2C6952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6952 is #D396AD. Grayscale: #545454. Windows color (decimal): -13866670 or 5400876. OLE color: 5400876.
HSL color Cylindrical-coordinate representation of color #2C6952: hue angle of 157.38º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C6952 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 105 | 82 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.59 |
| HSL | 157.38º | 0.41% | 0.29% | - |
| HSV(B) | 157.38º | 0.58% | 0.41% | - |
| XYZ | 7.61 | 11.25 | 9.75 | - |
| YUV | 84.14 | 126.79 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 105 | 82 | 0.58 | 0 | 0.22 | 0.59 | 157.38 | 0.41 | 0.29 |
| Hex | 2C | 69 | 52 | 3A | 0 | 16 | 3B | 9D | 29 | 1D |
| Octal | 54 | 151 | 122 | 72 | 0 | 26 | 73 | 235 | 51 | 35 |
| Binary | 101100 | 1101001 | 1010010 | 111010 | 0 | 10110 | 111011 | 10011101 | 101001 | 11101 |
Color Harmonies of #2C6952
Complementary color
Monochromatic Colors of #2C6952
Black with #2C6952
Text Example
Text Example
White with #2C6952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6952; }
p { color: rgb(44,105,82); }
H1.HeaderClassName
{
color: #2C6952;
}
.AnyTagClassName
{
color: #2C6952;
}
</style>
background-color css
<style>
a { background-color: #2C6952; }
a { background-color: rgb(44,105,82); }
div.DivClassName
{
background-color: #2C6952;
}
.BgClassName
{
background-color: #2C6952;
}
</style>
border-color css
<style>
span { border-color: #2C6952; }
span { border-color: rgb(44,105,82); }
td.TdClassName
{
border-color: #2C6952;
}
.TagClassName
{
border-color: #2C6952;
}
</style>