Shades of Evening Sea #2C624B
Tints of Evening Sea #2C624B
RGB
CMYK
RGB Variations
Color information
#2C624B (or 0x2C624B) is known color: Evening Sea. HEX triplet: 2C, 62 and 4B. RGB value is (44,98,75). Sum of RGB (Red+Green+Blue) = 44+98+75=217 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.28% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #2C624B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C624B is #D39DB4. Grayscale: #4F4F4F. Windows color (decimal): -13868469 or 4940332. OLE color: 4940332.
HSL color Cylindrical-coordinate representation of color #2C624B: hue angle of 154.44º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C624B is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 98 | 75 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.62 |
| HSL | 154.44º | 0.38% | 0.28% | - |
| HSV(B) | 154.44º | 0.55% | 0.38% | - |
| XYZ | 6.68 | 9.78 | 8.19 | - |
| YUV | 79.23 | 125.61 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 98 | 75 | 0.55 | 0 | 0.23 | 0.62 | 154.44 | 0.38 | 0.28 |
| Hex | 2C | 62 | 4B | 37 | 0 | 17 | 3E | 9A | 26 | 1C |
| Octal | 54 | 142 | 113 | 67 | 0 | 27 | 76 | 232 | 46 | 34 |
| Binary | 101100 | 1100010 | 1001011 | 110111 | 0 | 10111 | 111110 | 10011010 | 100110 | 11100 |
Color Harmonies of #2C624B
Complementary color
Monochromatic Colors of #2C624B
Black with #2C624B
Text Example
Text Example
White with #2C624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C624B; }
p { color: rgb(44,98,75); }
H1.HeaderClassName
{
color: #2C624B;
}
.AnyTagClassName
{
color: #2C624B;
}
</style>
background-color css
<style>
a { background-color: #2C624B; }
a { background-color: rgb(44,98,75); }
div.DivClassName
{
background-color: #2C624B;
}
.BgClassName
{
background-color: #2C624B;
}
</style>
border-color css
<style>
span { border-color: #2C624B; }
span { border-color: rgb(44,98,75); }
td.TdClassName
{
border-color: #2C624B;
}
.TagClassName
{
border-color: #2C624B;
}
</style>