Shades of Bottle Green #2A4738
Tints of Bottle Green #2A4738
RGB
CMYK
RGB Variations
Color information
#2A4738 (or 0x2A4738) is known color: Bottle Green. HEX triplet: 2A, 47 and 38. RGB value is (42,71,56). Sum of RGB (Red+Green+Blue) = 42+71+56=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 71 - color contains mainly: green. Hex color #2A4738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4738 is #D5B8C7. Grayscale: #3C3C3C. Windows color (decimal): -14006472 or 3688234. OLE color: 3688234.
HSL color Cylindrical-coordinate representation of color #2A4738: hue angle of 148.97º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2A4738 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 71 | 56 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.72 |
| HSL | 148.97º | 0.26% | 0.22% | - |
| HSV(B) | 148.97º | 0.41% | 0.28% | - |
| XYZ | 3.92 | 5.28 | 4.55 | - |
| YUV | 60.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 71 | 56 | 0.41 | 0 | 0.21 | 0.72 | 148.97 | 0.26 | 0.22 |
| Hex | 2A | 47 | 38 | 29 | 0 | 15 | 48 | 95 | 1A | 16 |
| Octal | 52 | 107 | 70 | 51 | 0 | 25 | 110 | 225 | 32 | 26 |
| Binary | 101010 | 1000111 | 111000 | 101001 | 0 | 10101 | 1001000 | 10010101 | 11010 | 10110 |
Color Harmonies of #2A4738
Complementary color
Monochromatic Colors of #2A4738
Black with #2A4738
Text Example
Text Example
White with #2A4738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4738; }
p { color: rgb(42,71,56); }
H1.HeaderClassName
{
color: #2A4738;
}
.AnyTagClassName
{
color: #2A4738;
}
</style>
background-color css
<style>
a { background-color: #2A4738; }
a { background-color: rgb(42,71,56); }
div.DivClassName
{
background-color: #2A4738;
}
.BgClassName
{
background-color: #2A4738;
}
</style>
border-color css
<style>
span { border-color: #2A4738; }
span { border-color: rgb(42,71,56); }
td.TdClassName
{
border-color: #2A4738;
}
.TagClassName
{
border-color: #2A4738;
}
</style>