Shades of Evening Sea #2B654D
Tints of Evening Sea #2B654D
RGB
CMYK
RGB Variations
Color information
#2B654D (or 0x2B654D) is known color: Evening Sea. HEX triplet: 2B, 65 and 4D. RGB value is (43,101,77). Sum of RGB (Red+Green+Blue) = 43+101+77=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 101 - color contains mainly: green. Hex color #2B654D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B654D is #D49AB2. Grayscale: #505050. Windows color (decimal): -13933235 or 5072171. OLE color: 5072171.
HSL color Cylindrical-coordinate representation of color #2B654D: hue angle of 155.17º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B654D is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 101 | 77 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.60 |
| HSL | 155.17º | 0.4% | 0.28% | - |
| HSV(B) | 155.17º | 0.57% | 0.4% | - |
| XYZ | 6.99 | 10.36 | 8.65 | - |
| YUV | 80.92 | 125.78 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 101 | 77 | 0.57 | 0 | 0.24 | 0.60 | 155.17 | 0.4 | 0.28 |
| Hex | 2B | 65 | 4D | 39 | 0 | 18 | 3C | 9B | 28 | 1C |
| Octal | 53 | 145 | 115 | 71 | 0 | 30 | 74 | 233 | 50 | 34 |
| Binary | 101011 | 1100101 | 1001101 | 111001 | 0 | 11000 | 111100 | 10011011 | 101000 | 11100 |
Color Harmonies of #2B654D
Complementary color
Monochromatic Colors of #2B654D
Black with #2B654D
Text Example
Text Example
White with #2B654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B654D; }
p { color: rgb(43,101,77); }
H1.HeaderClassName
{
color: #2B654D;
}
.AnyTagClassName
{
color: #2B654D;
}
</style>
background-color css
<style>
a { background-color: #2B654D; }
a { background-color: rgb(43,101,77); }
div.DivClassName
{
background-color: #2B654D;
}
.BgClassName
{
background-color: #2B654D;
}
</style>
border-color css
<style>
span { border-color: #2B654D; }
span { border-color: rgb(43,101,77); }
td.TdClassName
{
border-color: #2B654D;
}
.TagClassName
{
border-color: #2B654D;
}
</style>