Shades of Evening Sea #2B5A4A
Tints of Evening Sea #2B5A4A
RGB
CMYK
RGB Variations
Color information
#2B5A4A (or 0x2B5A4A) is known color: Evening Sea. HEX triplet: 2B, 5A and 4A. RGB value is (43,90,74). Sum of RGB (Red+Green+Blue) = 43+90+74=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #2B5A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5A4A is #D4A5B5. Grayscale: #4A4A4A. Windows color (decimal): -13936054 or 4872747. OLE color: 4872747.
HSL color Cylindrical-coordinate representation of color #2B5A4A: hue angle of 159.57º 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 #2B5A4A is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 90 | 74 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.65 |
| HSL | 159.57º | 0.35% | 0.26% | - |
| HSV(B) | 159.57º | 0.52% | 0.35% | - |
| XYZ | 5.89 | 8.32 | 7.77 | - |
| YUV | 74.12 | 127.93 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 90 | 74 | 0.52 | 0 | 0.18 | 0.65 | 159.57 | 0.35 | 0.26 |
| Hex | 2B | 5A | 4A | 34 | 0 | 12 | 41 | A0 | 23 | 1A |
| Octal | 53 | 132 | 112 | 64 | 0 | 22 | 101 | 240 | 43 | 32 |
| Binary | 101011 | 1011010 | 1001010 | 110100 | 0 | 10010 | 1000001 | 10100000 | 100011 | 11010 |
Color Harmonies of #2B5A4A
Complementary color
Monochromatic Colors of #2B5A4A
Black with #2B5A4A
Text Example
Text Example
White with #2B5A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5A4A; }
p { color: rgb(43,90,74); }
H1.HeaderClassName
{
color: #2B5A4A;
}
.AnyTagClassName
{
color: #2B5A4A;
}
</style>
background-color css
<style>
a { background-color: #2B5A4A; }
a { background-color: rgb(43,90,74); }
div.DivClassName
{
background-color: #2B5A4A;
}
.BgClassName
{
background-color: #2B5A4A;
}
</style>
border-color css
<style>
span { border-color: #2B5A4A; }
span { border-color: rgb(43,90,74); }
td.TdClassName
{
border-color: #2B5A4A;
}
.TagClassName
{
border-color: #2B5A4A;
}
</style>