Shades of Evening Sea #2B614C
Tints of Evening Sea #2B614C
RGB
CMYK
RGB Variations
Color information
#2B614C (or 0x2B614C) is known color: Evening Sea. HEX triplet: 2B, 61 and 4C. RGB value is (43,97,76). Sum of RGB (Red+Green+Blue) = 43+97+76=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #2B614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B614C is #D49EB3. Grayscale: #4E4E4E. Windows color (decimal): -13934260 or 5005611. OLE color: 5005611.
HSL color Cylindrical-coordinate representation of color #2B614C: hue angle of 156.67º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B614C is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 97 | 76 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.62 |
| HSL | 156.67º | 0.39% | 0.27% | - |
| HSV(B) | 156.67º | 0.56% | 0.38% | - |
| XYZ | 6.58 | 9.58 | 8.34 | - |
| YUV | 78.46 | 126.61 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 97 | 76 | 0.56 | 0 | 0.22 | 0.62 | 156.67 | 0.39 | 0.27 |
| Hex | 2B | 61 | 4C | 38 | 0 | 16 | 3E | 9D | 27 | 1B |
| Octal | 53 | 141 | 114 | 70 | 0 | 26 | 76 | 235 | 47 | 33 |
| Binary | 101011 | 1100001 | 1001100 | 111000 | 0 | 10110 | 111110 | 10011101 | 100111 | 11011 |
Color Harmonies of #2B614C
Complementary color
Monochromatic Colors of #2B614C
Black with #2B614C
Text Example
Text Example
White with #2B614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B614C; }
p { color: rgb(43,97,76); }
H1.HeaderClassName
{
color: #2B614C;
}
.AnyTagClassName
{
color: #2B614C;
}
</style>
background-color css
<style>
a { background-color: #2B614C; }
a { background-color: rgb(43,97,76); }
div.DivClassName
{
background-color: #2B614C;
}
.BgClassName
{
background-color: #2B614C;
}
</style>
border-color css
<style>
span { border-color: #2B614C; }
span { border-color: rgb(43,97,76); }
td.TdClassName
{
border-color: #2B614C;
}
.TagClassName
{
border-color: #2B614C;
}
</style>