Shades of Evening Sea #2B5A4B
Tints of Evening Sea #2B5A4B
RGB
CMYK
RGB Variations
Color information
#2B5A4B (or 0x2B5A4B) is known color: Evening Sea. HEX triplet: 2B, 5A and 4B. RGB value is (43,90,75). Sum of RGB (Red+Green+Blue) = 43+90+75=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 90 - color contains mainly: green. Hex color #2B5A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5A4B is #D4A5B4. Grayscale: #4A4A4A. Windows color (decimal): -13936053 or 4938283. OLE color: 4938283.
HSL color Cylindrical-coordinate representation of color #2B5A4B: hue angle of 160.85º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B5A4B is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 90 | 75 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.65 |
| HSL | 160.85º | 0.35% | 0.26% | - |
| HSV(B) | 160.85º | 0.52% | 0.35% | - |
| XYZ | 5.92 | 8.33 | 7.95 | - |
| YUV | 74.24 | 128.43 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 90 | 75 | 0.52 | 0 | 0.17 | 0.65 | 160.85 | 0.35 | 0.26 |
| Hex | 2B | 5A | 4B | 34 | 0 | 11 | 41 | A1 | 23 | 1A |
| Octal | 53 | 132 | 113 | 64 | 0 | 21 | 101 | 241 | 43 | 32 |
| Binary | 101011 | 1011010 | 1001011 | 110100 | 0 | 10001 | 1000001 | 10100001 | 100011 | 11010 |
Color Harmonies of #2B5A4B
Complementary color
Monochromatic Colors of #2B5A4B
Black with #2B5A4B
Text Example
Text Example
White with #2B5A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5A4B; }
p { color: rgb(43,90,75); }
H1.HeaderClassName
{
color: #2B5A4B;
}
.AnyTagClassName
{
color: #2B5A4B;
}
</style>
background-color css
<style>
a { background-color: #2B5A4B; }
a { background-color: rgb(43,90,75); }
div.DivClassName
{
background-color: #2B5A4B;
}
.BgClassName
{
background-color: #2B5A4B;
}
</style>
border-color css
<style>
span { border-color: #2B5A4B; }
span { border-color: rgb(43,90,75); }
td.TdClassName
{
border-color: #2B5A4B;
}
.TagClassName
{
border-color: #2B5A4B;
}
</style>