Shades of Evening Sea #2B5B4A
Tints of Evening Sea #2B5B4A
RGB
CMYK
RGB Variations
Color information
#2B5B4A (or 0x2B5B4A) is known color: Evening Sea. HEX triplet: 2B, 5B and 4A. RGB value is (43,91,74). Sum of RGB (Red+Green+Blue) = 43+91+74=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 91 (35.94% from 255 or 43.75% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 91 - color contains mainly: green. Hex color #2B5B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5B4A is #D4A4B5. Grayscale: #4A4A4A. Windows color (decimal): -13935798 or 4873003. OLE color: 4873003.
HSL color Cylindrical-coordinate representation of color #2B5B4A: hue angle of 158.75º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B5B4A is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 91 | 74 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.64 |
| HSL | 158.75º | 0.36% | 0.26% | - |
| HSV(B) | 158.75º | 0.53% | 0.36% | - |
| XYZ | 5.97 | 8.49 | 7.8 | - |
| YUV | 74.71 | 127.6 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 91 | 74 | 0.53 | 0 | 0.19 | 0.64 | 158.75 | 0.36 | 0.26 |
| Hex | 2B | 5B | 4A | 35 | 0 | 13 | 40 | 9F | 24 | 1A |
| Octal | 53 | 133 | 112 | 65 | 0 | 23 | 100 | 237 | 44 | 32 |
| Binary | 101011 | 1011011 | 1001010 | 110101 | 0 | 10011 | 1000000 | 10011111 | 100100 | 11010 |
Color Harmonies of #2B5B4A
Complementary color
Monochromatic Colors of #2B5B4A
Black with #2B5B4A
Text Example
Text Example
White with #2B5B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5B4A; }
p { color: rgb(43,91,74); }
H1.HeaderClassName
{
color: #2B5B4A;
}
.AnyTagClassName
{
color: #2B5B4A;
}
</style>
background-color css
<style>
a { background-color: #2B5B4A; }
a { background-color: rgb(43,91,74); }
div.DivClassName
{
background-color: #2B5B4A;
}
.BgClassName
{
background-color: #2B5B4A;
}
</style>
border-color css
<style>
span { border-color: #2B5B4A; }
span { border-color: rgb(43,91,74); }
td.TdClassName
{
border-color: #2B5B4A;
}
.TagClassName
{
border-color: #2B5B4A;
}
</style>