Shades of Bottle Green #2B4839
Tints of Bottle Green #2B4839
RGB
CMYK
RGB Variations
Color information
#2B4839 (or 0x2B4839) is known color: Bottle Green. HEX triplet: 2B, 48 and 39. RGB value is (43,72,57). Sum of RGB (Red+Green+Blue) = 43+72+57=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 72 - color contains mainly: green. Hex color #2B4839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4839 is #D4B7C6. Grayscale: #3D3D3D. Windows color (decimal): -13940679 or 3754027. OLE color: 3754027.
HSL color Cylindrical-coordinate representation of color #2B4839: hue angle of 148.97º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B4839 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 72 | 57 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.72 |
| HSL | 148.97º | 0.25% | 0.23% | - |
| HSV(B) | 148.97º | 0.4% | 0.28% | - |
| XYZ | 4.05 | 5.44 | 4.71 | - |
| YUV | 61.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 72 | 57 | 0.40 | 0 | 0.21 | 0.72 | 148.97 | 0.25 | 0.23 |
| Hex | 2B | 48 | 39 | 28 | 0 | 15 | 48 | 95 | 19 | 17 |
| Octal | 53 | 110 | 71 | 50 | 0 | 25 | 110 | 225 | 31 | 27 |
| Binary | 101011 | 1001000 | 111001 | 101000 | 0 | 10101 | 1001000 | 10010101 | 11001 | 10111 |
Color Harmonies of #2B4839
Complementary color
Monochromatic Colors of #2B4839
Black with #2B4839
Text Example
Text Example
White with #2B4839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4839; }
p { color: rgb(43,72,57); }
H1.HeaderClassName
{
color: #2B4839;
}
.AnyTagClassName
{
color: #2B4839;
}
</style>
background-color css
<style>
a { background-color: #2B4839; }
a { background-color: rgb(43,72,57); }
div.DivClassName
{
background-color: #2B4839;
}
.BgClassName
{
background-color: #2B4839;
}
</style>
border-color css
<style>
span { border-color: #2B4839; }
span { border-color: rgb(43,72,57); }
td.TdClassName
{
border-color: #2B4839;
}
.TagClassName
{
border-color: #2B4839;
}
</style>