Shades of Evening Sea #2B5C4A
Tints of Evening Sea #2B5C4A
RGB
CMYK
RGB Variations
Color information
#2B5C4A (or 0x2B5C4A) is known color: Evening Sea. HEX triplet: 2B, 5C and 4A. RGB value is (43,92,74). Sum of RGB (Red+Green+Blue) = 43+92+74=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 92 - color contains mainly: green. Hex color #2B5C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5C4A is #D4A3B5. Grayscale: #4B4B4B. Windows color (decimal): -13935542 or 4873259. OLE color: 4873259.
HSL color Cylindrical-coordinate representation of color #2B5C4A: hue angle of 157.96º 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 #2B5C4A is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
RGB | 43 | 92 | 74 | - |
CMYK | 0.53 | 0 | 0.20 | 0.64 |
HSL | 157.96º | 0.36% | 0.26% | - |
HSV(B) | 157.96º | 0.53% | 0.36% | - |
XYZ | 6.06 | 8.66 | 7.83 | - |
YUV | 75.3 | 127.27 | 104.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 92 | 74 | 0.53 | 0 | 0.20 | 0.64 | 157.96 | 0.36 | 0.26 |
Hex | 2B | 5C | 4A | 35 | 0 | 14 | 40 | 9E | 24 | 1A |
Octal | 53 | 134 | 112 | 65 | 0 | 24 | 100 | 236 | 44 | 32 |
Binary | 101011 | 1011100 | 1001010 | 110101 | 0 | 10100 | 1000000 | 10011110 | 100100 | 11010 |
Color Harmonies of #2B5C4A
Complementary color
Monochromatic Colors of #2B5C4A
Black with #2B5C4A
Text Example
Text Example
White with #2B5C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5C4A; }
p { color: rgb(43,92,74); }
H1.HeaderClassName
{
color: #2B5C4A;
}
.AnyTagClassName
{
color: #2B5C4A;
}
</style>
background-color css
<style>
a { background-color: #2B5C4A; }
a { background-color: rgb(43,92,74); }
div.DivClassName
{
background-color: #2B5C4A;
}
.BgClassName
{
background-color: #2B5C4A;
}
</style>
border-color css
<style>
span { border-color: #2B5C4A; }
span { border-color: rgb(43,92,74); }
td.TdClassName
{
border-color: #2B5C4A;
}
.TagClassName
{
border-color: #2B5C4A;
}
</style>