Shades of Bottle Green #2B4B3C
Tints of Bottle Green #2B4B3C
RGB
CMYK
RGB Variations
Color information
#2B4B3C (or 0x2B4B3C) is known color: Bottle Green. HEX triplet: 2B, 4B and 3C. RGB value is (43,75,60). Sum of RGB (Red+Green+Blue) = 43+75+60=178 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.16% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 75 - color contains mainly: green. Hex color #2B4B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4B3C is #D4B4C3. Grayscale: #3F3F3F. Windows color (decimal): -13939908 or 3951403. OLE color: 3951403.
HSL color Cylindrical-coordinate representation of color #2B4B3C: hue angle of 151.88º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B4B3C is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 75 | 60 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.71 |
| HSL | 151.88º | 0.27% | 0.23% | - |
| HSV(B) | 151.88º | 0.43% | 0.29% | - |
| XYZ | 4.33 | 5.87 | 5.18 | - |
| YUV | 63.72 | 125.9 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 75 | 60 | 0.43 | 0 | 0.20 | 0.71 | 151.88 | 0.27 | 0.23 |
| Hex | 2B | 4B | 3C | 2B | 0 | 14 | 47 | 98 | 1B | 17 |
| Octal | 53 | 113 | 74 | 53 | 0 | 24 | 107 | 230 | 33 | 27 |
| Binary | 101011 | 1001011 | 111100 | 101011 | 0 | 10100 | 1000111 | 10011000 | 11011 | 10111 |
Color Harmonies of #2B4B3C
Complementary color
Monochromatic Colors of #2B4B3C
Black with #2B4B3C
Text Example
Text Example
White with #2B4B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4B3C; }
p { color: rgb(43,75,60); }
H1.HeaderClassName
{
color: #2B4B3C;
}
.AnyTagClassName
{
color: #2B4B3C;
}
</style>
background-color css
<style>
a { background-color: #2B4B3C; }
a { background-color: rgb(43,75,60); }
div.DivClassName
{
background-color: #2B4B3C;
}
.BgClassName
{
background-color: #2B4B3C;
}
</style>
border-color css
<style>
span { border-color: #2B4B3C; }
span { border-color: rgb(43,75,60); }
td.TdClassName
{
border-color: #2B4B3C;
}
.TagClassName
{
border-color: #2B4B3C;
}
</style>