Shades of Evening Sea #2C6453
Tints of Evening Sea #2C6453
RGB
CMYK
RGB Variations
Color information
#2C6453 (or 0x2C6453) is known color: Evening Sea. HEX triplet: 2C, 64 and 53. RGB value is (44,100,83). Sum of RGB (Red+Green+Blue) = 44+100+83=227 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.38% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 100 - color contains mainly: green. Hex color #2C6453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6453 is #D39BAC. Grayscale: #515151. Windows color (decimal): -13867949 or 5465132. OLE color: 5465132.
HSL color Cylindrical-coordinate representation of color #2C6453: hue angle of 161.79º degrees, saturation: 0.39, 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 #2C6453 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 44 | 100 | 83 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.61 |
| HSL | 161.79º | 0.39% | 0.28% | - |
| HSV(B) | 161.79º | 0.56% | 0.39% | - |
| XYZ | 7.16 | 10.27 | 9.79 | - |
| YUV | 81.32 | 128.95 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 100 | 83 | 0.56 | 0 | 0.17 | 0.61 | 161.79 | 0.39 | 0.28 |
| Hex | 2C | 64 | 53 | 38 | 0 | 11 | 3D | A2 | 27 | 1C |
| Octal | 54 | 144 | 123 | 70 | 0 | 21 | 75 | 242 | 47 | 34 |
| Binary | 101100 | 1100100 | 1010011 | 111000 | 0 | 10001 | 111101 | 10100010 | 100111 | 11100 |
Color Harmonies of #2C6453
Complementary color
Monochromatic Colors of #2C6453
Black with #2C6453
Text Example
Text Example
White with #2C6453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6453; }
p { color: rgb(44,100,83); }
H1.HeaderClassName
{
color: #2C6453;
}
.AnyTagClassName
{
color: #2C6453;
}
</style>
background-color css
<style>
a { background-color: #2C6453; }
a { background-color: rgb(44,100,83); }
div.DivClassName
{
background-color: #2C6453;
}
.BgClassName
{
background-color: #2C6453;
}
</style>
border-color css
<style>
span { border-color: #2C6453; }
span { border-color: rgb(44,100,83); }
td.TdClassName
{
border-color: #2C6453;
}
.TagClassName
{
border-color: #2C6453;
}
</style>