Shades of Evening Sea #2C604B
Tints of Evening Sea #2C604B
RGB
CMYK
RGB Variations
Color information
#2C604B (or 0x2C604B) is known color: Evening Sea. HEX triplet: 2C, 60 and 4B. RGB value is (44,96,75). Sum of RGB (Red+Green+Blue) = 44+96+75=215 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.47% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #2C604B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C604B is #D39FB4. Grayscale: #4E4E4E. Windows color (decimal): -13868981 or 4939820. OLE color: 4939820.
HSL color Cylindrical-coordinate representation of color #2C604B: hue angle of 155.77º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C604B is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 96 | 75 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.62 |
| HSL | 155.77º | 0.37% | 0.27% | - |
| HSV(B) | 155.77º | 0.54% | 0.38% | - |
| XYZ | 6.49 | 9.41 | 8.13 | - |
| YUV | 78.06 | 126.27 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 96 | 75 | 0.54 | 0 | 0.22 | 0.62 | 155.77 | 0.37 | 0.27 |
| Hex | 2C | 60 | 4B | 36 | 0 | 16 | 3E | 9C | 25 | 1B |
| Octal | 54 | 140 | 113 | 66 | 0 | 26 | 76 | 234 | 45 | 33 |
| Binary | 101100 | 1100000 | 1001011 | 110110 | 0 | 10110 | 111110 | 10011100 | 100101 | 11011 |
Color Harmonies of #2C604B
Complementary color
Monochromatic Colors of #2C604B
Black with #2C604B
Text Example
Text Example
White with #2C604B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C604B; }
p { color: rgb(44,96,75); }
H1.HeaderClassName
{
color: #2C604B;
}
.AnyTagClassName
{
color: #2C604B;
}
</style>
background-color css
<style>
a { background-color: #2C604B; }
a { background-color: rgb(44,96,75); }
div.DivClassName
{
background-color: #2C604B;
}
.BgClassName
{
background-color: #2C604B;
}
</style>
border-color css
<style>
span { border-color: #2C604B; }
span { border-color: rgb(44,96,75); }
td.TdClassName
{
border-color: #2C604B;
}
.TagClassName
{
border-color: #2C604B;
}
</style>