Shades of Bottle Green #2A4938
Tints of Bottle Green #2A4938
RGB
CMYK
RGB Variations
Color information
#2A4938 (or 0x2A4938) is known color: Bottle Green. HEX triplet: 2A, 49 and 38. RGB value is (42,73,56). Sum of RGB (Red+Green+Blue) = 42+73+56=171 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.56% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 73 - color contains mainly: green. Hex color #2A4938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4938 is #D5B6C7. Grayscale: #3D3D3D. Windows color (decimal): -14005960 or 3688746. OLE color: 3688746.
HSL color Cylindrical-coordinate representation of color #2A4938: hue angle of 147.1º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2A4938 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 73 | 56 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.71 |
| HSL | 147.1º | 0.27% | 0.23% | - |
| HSV(B) | 147.1º | 0.42% | 0.29% | - |
| XYZ | 4.05 | 5.54 | 4.6 | - |
| YUV | 61.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 73 | 56 | 0.42 | 0 | 0.23 | 0.71 | 147.1 | 0.27 | 0.23 |
| Hex | 2A | 49 | 38 | 2A | 0 | 17 | 47 | 93 | 1B | 17 |
| Octal | 52 | 111 | 70 | 52 | 0 | 27 | 107 | 223 | 33 | 27 |
| Binary | 101010 | 1001001 | 111000 | 101010 | 0 | 10111 | 1000111 | 10010011 | 11011 | 10111 |
Color Harmonies of #2A4938
Complementary color
Monochromatic Colors of #2A4938
Black with #2A4938
Text Example
Text Example
White with #2A4938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4938; }
p { color: rgb(42,73,56); }
H1.HeaderClassName
{
color: #2A4938;
}
.AnyTagClassName
{
color: #2A4938;
}
</style>
background-color css
<style>
a { background-color: #2A4938; }
a { background-color: rgb(42,73,56); }
div.DivClassName
{
background-color: #2A4938;
}
.BgClassName
{
background-color: #2A4938;
}
</style>
border-color css
<style>
span { border-color: #2A4938; }
span { border-color: rgb(42,73,56); }
td.TdClassName
{
border-color: #2A4938;
}
.TagClassName
{
border-color: #2A4938;
}
</style>