Shades of Evening Sea #2B694F
Tints of Evening Sea #2B694F
RGB
CMYK
RGB Variations
Color information
#2B694F (or 0x2B694F) is known color: Evening Sea. HEX triplet: 2B, 69 and 4F. RGB value is (43,105,79). Sum of RGB (Red+Green+Blue) = 43+105+79=227 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.94% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 105 - color contains mainly: green. Hex color #2B694F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B694F is #D496B0. Grayscale: #535353. Windows color (decimal): -13932209 or 5204267. OLE color: 5204267.
HSL color Cylindrical-coordinate representation of color #2B694F: hue angle of 154.84º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B694F is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 105 | 79 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.59 |
| HSL | 154.84º | 0.42% | 0.29% | - |
| HSV(B) | 154.84º | 0.59% | 0.41% | - |
| XYZ | 7.46 | 11.18 | 9.16 | - |
| YUV | 83.5 | 125.46 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 105 | 79 | 0.59 | 0 | 0.25 | 0.59 | 154.84 | 0.42 | 0.29 |
| Hex | 2B | 69 | 4F | 3B | 0 | 19 | 3B | 9B | 2A | 1D |
| Octal | 53 | 151 | 117 | 73 | 0 | 31 | 73 | 233 | 52 | 35 |
| Binary | 101011 | 1101001 | 1001111 | 111011 | 0 | 11001 | 111011 | 10011011 | 101010 | 11101 |
Color Harmonies of #2B694F
Complementary color
Monochromatic Colors of #2B694F
Black with #2B694F
Text Example
Text Example
White with #2B694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B694F; }
p { color: rgb(43,105,79); }
H1.HeaderClassName
{
color: #2B694F;
}
.AnyTagClassName
{
color: #2B694F;
}
</style>
background-color css
<style>
a { background-color: #2B694F; }
a { background-color: rgb(43,105,79); }
div.DivClassName
{
background-color: #2B694F;
}
.BgClassName
{
background-color: #2B694F;
}
</style>
border-color css
<style>
span { border-color: #2B694F; }
span { border-color: rgb(43,105,79); }
td.TdClassName
{
border-color: #2B694F;
}
.TagClassName
{
border-color: #2B694F;
}
</style>