Shades of Bottle Green #294537
Tints of Bottle Green #294537
RGB
CMYK
RGB Variations
Color information
#294537 (or 0x294537) is known color: Bottle Green. HEX triplet: 29, 45 and 37. RGB value is (41,69,55). Sum of RGB (Red+Green+Blue) = 41+69+55=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 55 (21.88% from 255 or 33.33% from 165); Max value from RGB is 69 - color contains mainly: green. Hex color #294537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294537 is #D6BAC8. Grayscale: #3B3B3B. Windows color (decimal): -14072521 or 3622185. OLE color: 3622185.
HSL color Cylindrical-coordinate representation of color #294537: hue angle of 150º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #294537 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 69 | 55 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.73 |
| HSL | 150º | 0.25% | 0.22% | - |
| HSV(B) | 150º | 0.41% | 0.27% | - |
| XYZ | 3.73 | 5 | 4.38 | - |
| YUV | 59.03 | 125.72 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 55 | 0.41 | 0 | 0.20 | 0.73 | 150 | 0.25 | 0.22 |
| Hex | 29 | 45 | 37 | 29 | 0 | 14 | 49 | 96 | 19 | 16 |
| Octal | 51 | 105 | 67 | 51 | 0 | 24 | 111 | 226 | 31 | 26 |
| Binary | 101001 | 1000101 | 110111 | 101001 | 0 | 10100 | 1001001 | 10010110 | 11001 | 10110 |
Color Harmonies of #294537
Complementary color
Monochromatic Colors of #294537
Black with #294537
Text Example
Text Example
White with #294537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294537; }
p { color: rgb(41,69,55); }
H1.HeaderClassName
{
color: #294537;
}
.AnyTagClassName
{
color: #294537;
}
</style>
background-color css
<style>
a { background-color: #294537; }
a { background-color: rgb(41,69,55); }
div.DivClassName
{
background-color: #294537;
}
.BgClassName
{
background-color: #294537;
}
</style>
border-color css
<style>
span { border-color: #294537; }
span { border-color: rgb(41,69,55); }
td.TdClassName
{
border-color: #294537;
}
.TagClassName
{
border-color: #294537;
}
</style>