Shades of Evening Sea #2B6453
Tints of Evening Sea #2B6453
RGB
CMYK
RGB Variations
Color information
#2B6453 (or 0x2B6453) is known color: Evening Sea. HEX triplet: 2B, 64 and 53. RGB value is (43,100,83). Sum of RGB (Red+Green+Blue) = 43+100+83=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 100 - color contains mainly: green. Hex color #2B6453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6453 is #D49BAC. Grayscale: #515151. Windows color (decimal): -13933485 or 5465131. OLE color: 5465131.
HSL color Cylindrical-coordinate representation of color #2B6453: hue angle of 162.11º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B6453 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 100 | 83 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.61 |
| HSL | 162.11º | 0.4% | 0.28% | - |
| HSV(B) | 162.11º | 0.57% | 0.39% | - |
| XYZ | 7.11 | 10.25 | 9.79 | - |
| YUV | 81.02 | 129.12 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 100 | 83 | 0.57 | 0 | 0.17 | 0.61 | 162.11 | 0.4 | 0.28 |
| Hex | 2B | 64 | 53 | 39 | 0 | 11 | 3D | A2 | 28 | 1C |
| Octal | 53 | 144 | 123 | 71 | 0 | 21 | 75 | 242 | 50 | 34 |
| Binary | 101011 | 1100100 | 1010011 | 111001 | 0 | 10001 | 111101 | 10100010 | 101000 | 11100 |
Color Harmonies of #2B6453
Complementary color
Monochromatic Colors of #2B6453
Black with #2B6453
Text Example
Text Example
White with #2B6453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6453; }
p { color: rgb(43,100,83); }
H1.HeaderClassName
{
color: #2B6453;
}
.AnyTagClassName
{
color: #2B6453;
}
</style>
background-color css
<style>
a { background-color: #2B6453; }
a { background-color: rgb(43,100,83); }
div.DivClassName
{
background-color: #2B6453;
}
.BgClassName
{
background-color: #2B6453;
}
</style>
border-color css
<style>
span { border-color: #2B6453; }
span { border-color: rgb(43,100,83); }
td.TdClassName
{
border-color: #2B6453;
}
.TagClassName
{
border-color: #2B6453;
}
</style>