Shades of Bottle Green #2B493B
Tints of Bottle Green #2B493B
RGB
CMYK
RGB Variations
Color information
#2B493B (or 0x2B493B) is known color: Bottle Green. HEX triplet: 2B, 49 and 3B. RGB value is (43,73,59). Sum of RGB (Red+Green+Blue) = 43+73+59=175 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.57% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 73 - color contains mainly: green. Hex color #2B493B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B493B is #D4B6C4. Grayscale: #3E3E3E. Windows color (decimal): -13940421 or 3885355. OLE color: 3885355.
HSL color Cylindrical-coordinate representation of color #2B493B: hue angle of 152º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2B493B is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 73 | 59 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.71 |
| HSL | 152º | 0.26% | 0.23% | - |
| HSV(B) | 152º | 0.41% | 0.29% | - |
| XYZ | 4.17 | 5.59 | 5 | - |
| YUV | 62.43 | 126.06 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 73 | 59 | 0.41 | 0 | 0.19 | 0.71 | 152 | 0.26 | 0.23 |
| Hex | 2B | 49 | 3B | 29 | 0 | 13 | 47 | 98 | 1A | 17 |
| Octal | 53 | 111 | 73 | 51 | 0 | 23 | 107 | 230 | 32 | 27 |
| Binary | 101011 | 1001001 | 111011 | 101001 | 0 | 10011 | 1000111 | 10011000 | 11010 | 10111 |
Color Harmonies of #2B493B
Complementary color
Monochromatic Colors of #2B493B
Black with #2B493B
Text Example
Text Example
White with #2B493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B493B; }
p { color: rgb(43,73,59); }
H1.HeaderClassName
{
color: #2B493B;
}
.AnyTagClassName
{
color: #2B493B;
}
</style>
background-color css
<style>
a { background-color: #2B493B; }
a { background-color: rgb(43,73,59); }
div.DivClassName
{
background-color: #2B493B;
}
.BgClassName
{
background-color: #2B493B;
}
</style>
border-color css
<style>
span { border-color: #2B493B; }
span { border-color: rgb(43,73,59); }
td.TdClassName
{
border-color: #2B493B;
}
.TagClassName
{
border-color: #2B493B;
}
</style>