Shades of Bottle Green #2B4C3B
Tints of Bottle Green #2B4C3B
RGB
CMYK
RGB Variations
Color information
#2B4C3B (or 0x2B4C3B) is known color: Bottle Green. HEX triplet: 2B, 4C and 3B. RGB value is (43,76,59). Sum of RGB (Red+Green+Blue) = 43+76+59=178 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.16% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 76 - color contains mainly: green. Hex color #2B4C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4C3B is #D4B3C4. Grayscale: #404040. Windows color (decimal): -13939653 or 3886123. OLE color: 3886123.
HSL color Cylindrical-coordinate representation of color #2B4C3B: hue angle of 149.09º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B4C3B is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 76 | 59 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.70 |
| HSL | 149.09º | 0.28% | 0.23% | - |
| HSV(B) | 149.09º | 0.43% | 0.3% | - |
| XYZ | 4.37 | 6 | 5.07 | - |
| YUV | 64.2 | 125.07 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 76 | 59 | 0.43 | 0 | 0.22 | 0.70 | 149.09 | 0.28 | 0.23 |
| Hex | 2B | 4C | 3B | 2B | 0 | 16 | 46 | 95 | 1C | 17 |
| Octal | 53 | 114 | 73 | 53 | 0 | 26 | 106 | 225 | 34 | 27 |
| Binary | 101011 | 1001100 | 111011 | 101011 | 0 | 10110 | 1000110 | 10010101 | 11100 | 10111 |
Color Harmonies of #2B4C3B
Complementary color
Monochromatic Colors of #2B4C3B
Black with #2B4C3B
Text Example
Text Example
White with #2B4C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4C3B; }
p { color: rgb(43,76,59); }
H1.HeaderClassName
{
color: #2B4C3B;
}
.AnyTagClassName
{
color: #2B4C3B;
}
</style>
background-color css
<style>
a { background-color: #2B4C3B; }
a { background-color: rgb(43,76,59); }
div.DivClassName
{
background-color: #2B4C3B;
}
.BgClassName
{
background-color: #2B4C3B;
}
</style>
border-color css
<style>
span { border-color: #2B4C3B; }
span { border-color: rgb(43,76,59); }
td.TdClassName
{
border-color: #2B4C3B;
}
.TagClassName
{
border-color: #2B4C3B;
}
</style>