Shades of Bottle Green #2B483A
Tints of Bottle Green #2B483A
RGB
CMYK
RGB Variations
Color information
#2B483A (or 0x2B483A) is known color: Bottle Green. HEX triplet: 2B, 48 and 3A. RGB value is (43,72,58). Sum of RGB (Red+Green+Blue) = 43+72+58=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 72 - color contains mainly: green. Hex color #2B483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B483A is #D4B7C5. Grayscale: #3D3D3D. Windows color (decimal): -13940678 or 3819563. OLE color: 3819563.
HSL color Cylindrical-coordinate representation of color #2B483A: hue angle of 151.03º 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 #2B483A is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 72 | 58 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.72 |
| HSL | 151.03º | 0.25% | 0.23% | - |
| HSV(B) | 151.03º | 0.4% | 0.28% | - |
| XYZ | 4.08 | 5.45 | 4.84 | - |
| YUV | 61.73 | 125.89 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 72 | 58 | 0.40 | 0 | 0.19 | 0.72 | 151.03 | 0.25 | 0.23 |
| Hex | 2B | 48 | 3A | 28 | 0 | 13 | 48 | 97 | 19 | 17 |
| Octal | 53 | 110 | 72 | 50 | 0 | 23 | 110 | 227 | 31 | 27 |
| Binary | 101011 | 1001000 | 111010 | 101000 | 0 | 10011 | 1001000 | 10010111 | 11001 | 10111 |
Color Harmonies of #2B483A
Complementary color
Monochromatic Colors of #2B483A
Black with #2B483A
Text Example
Text Example
White with #2B483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B483A; }
p { color: rgb(43,72,58); }
H1.HeaderClassName
{
color: #2B483A;
}
.AnyTagClassName
{
color: #2B483A;
}
</style>
background-color css
<style>
a { background-color: #2B483A; }
a { background-color: rgb(43,72,58); }
div.DivClassName
{
background-color: #2B483A;
}
.BgClassName
{
background-color: #2B483A;
}
</style>
border-color css
<style>
span { border-color: #2B483A; }
span { border-color: rgb(43,72,58); }
td.TdClassName
{
border-color: #2B483A;
}
.TagClassName
{
border-color: #2B483A;
}
</style>