Shades of Bottle Green #2B473B
Tints of Bottle Green #2B473B
RGB
CMYK
RGB Variations
Color information
#2B473B (or 0x2B473B) is known color: Bottle Green. HEX triplet: 2B, 47 and 3B. RGB value is (43,71,59). Sum of RGB (Red+Green+Blue) = 43+71+59=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 71 - color contains mainly: green. Hex color #2B473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B473B is #D4B8C4. Grayscale: #3D3D3D. Windows color (decimal): -13940933 or 3884843. OLE color: 3884843.
HSL color Cylindrical-coordinate representation of color #2B473B: hue angle of 154.29º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B473B is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 71 | 59 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.72 |
| HSL | 154.29º | 0.25% | 0.22% | - |
| HSV(B) | 154.29º | 0.39% | 0.28% | - |
| XYZ | 4.04 | 5.34 | 4.95 | - |
| YUV | 61.26 | 126.72 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 71 | 59 | 0.39 | 0 | 0.17 | 0.72 | 154.29 | 0.25 | 0.22 |
| Hex | 2B | 47 | 3B | 27 | 0 | 11 | 48 | 9A | 19 | 16 |
| Octal | 53 | 107 | 73 | 47 | 0 | 21 | 110 | 232 | 31 | 26 |
| Binary | 101011 | 1000111 | 111011 | 100111 | 0 | 10001 | 1001000 | 10011010 | 11001 | 10110 |
Color Harmonies of #2B473B
Complementary color
Monochromatic Colors of #2B473B
Black with #2B473B
Text Example
Text Example
White with #2B473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B473B; }
p { color: rgb(43,71,59); }
H1.HeaderClassName
{
color: #2B473B;
}
.AnyTagClassName
{
color: #2B473B;
}
</style>
background-color css
<style>
a { background-color: #2B473B; }
a { background-color: rgb(43,71,59); }
div.DivClassName
{
background-color: #2B473B;
}
.BgClassName
{
background-color: #2B473B;
}
</style>
border-color css
<style>
span { border-color: #2B473B; }
span { border-color: rgb(43,71,59); }
td.TdClassName
{
border-color: #2B473B;
}
.TagClassName
{
border-color: #2B473B;
}
</style>