Shades of Bottle Green #294838
Tints of Bottle Green #294838
RGB
CMYK
RGB Variations
Color information
#294838 (or 0x294838) is known color: Bottle Green. HEX triplet: 29, 48 and 38. RGB value is (41,72,56). Sum of RGB (Red+Green+Blue) = 41+72+56=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 72 - color contains mainly: green. Hex color #294838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294838 is #D6B7C7. Grayscale: #3C3C3C. Windows color (decimal): -14071752 or 3688489. OLE color: 3688489.
HSL color Cylindrical-coordinate representation of color #294838: hue angle of 149.03º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #294838 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 72 | 56 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.72 |
| HSL | 149.03º | 0.27% | 0.22% | - |
| HSV(B) | 149.03º | 0.43% | 0.28% | - |
| XYZ | 3.95 | 5.39 | 4.57 | - |
| YUV | 60.91 | 125.23 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 72 | 56 | 0.43 | 0 | 0.22 | 0.72 | 149.03 | 0.27 | 0.22 |
| Hex | 29 | 48 | 38 | 2B | 0 | 16 | 48 | 95 | 1B | 16 |
| Octal | 51 | 110 | 70 | 53 | 0 | 26 | 110 | 225 | 33 | 26 |
| Binary | 101001 | 1001000 | 111000 | 101011 | 0 | 10110 | 1001000 | 10010101 | 11011 | 10110 |
Color Harmonies of #294838
Complementary color
Monochromatic Colors of #294838
Black with #294838
Text Example
Text Example
White with #294838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294838; }
p { color: rgb(41,72,56); }
H1.HeaderClassName
{
color: #294838;
}
.AnyTagClassName
{
color: #294838;
}
</style>
background-color css
<style>
a { background-color: #294838; }
a { background-color: rgb(41,72,56); }
div.DivClassName
{
background-color: #294838;
}
.BgClassName
{
background-color: #294838;
}
</style>
border-color css
<style>
span { border-color: #294838; }
span { border-color: rgb(41,72,56); }
td.TdClassName
{
border-color: #294838;
}
.TagClassName
{
border-color: #294838;
}
</style>