Shades of Evening Sea #2C544B
Tints of Evening Sea #2C544B
RGB
CMYK
RGB Variations
Color information
#2C544B (or 0x2C544B) is known color: Evening Sea. HEX triplet: 2C, 54 and 4B. RGB value is (44,84,75). Sum of RGB (Red+Green+Blue) = 44+84+75=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #2C544B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C544B is #D3ABB4. Grayscale: #474747. Windows color (decimal): -13872053 or 4936748. OLE color: 4936748.
HSL color Cylindrical-coordinate representation of color #2C544B: hue angle of 166.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2C544B is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 84 | 75 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.67 |
| HSL | 166.5º | 0.31% | 0.25% | - |
| HSV(B) | 166.5º | 0.48% | 0.33% | - |
| XYZ | 5.48 | 7.38 | 7.79 | - |
| YUV | 71.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 84 | 75 | 0.48 | 0 | 0.11 | 0.67 | 166.5 | 0.31 | 0.25 |
| Hex | 2C | 54 | 4B | 30 | 0 | B | 43 | A6 | 1F | 19 |
| Octal | 54 | 124 | 113 | 60 | 0 | 13 | 103 | 246 | 37 | 31 |
| Binary | 101100 | 1010100 | 1001011 | 110000 | 0 | 1011 | 1000011 | 10100110 | 11111 | 11001 |
Color Harmonies of #2C544B
Complementary color
Monochromatic Colors of #2C544B
Black with #2C544B
Text Example
Text Example
White with #2C544B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C544B; }
p { color: rgb(44,84,75); }
H1.HeaderClassName
{
color: #2C544B;
}
.AnyTagClassName
{
color: #2C544B;
}
</style>
background-color css
<style>
a { background-color: #2C544B; }
a { background-color: rgb(44,84,75); }
div.DivClassName
{
background-color: #2C544B;
}
.BgClassName
{
background-color: #2C544B;
}
</style>
border-color css
<style>
span { border-color: #2C544B; }
span { border-color: rgb(44,84,75); }
td.TdClassName
{
border-color: #2C544B;
}
.TagClassName
{
border-color: #2C544B;
}
</style>