Shades of Bottle Green #294D3C
Tints of Bottle Green #294D3C
RGB
CMYK
RGB Variations
Color information
#294D3C (or 0x294D3C) is known color: Bottle Green. HEX triplet: 29, 4D and 3C. RGB value is (41,77,60). Sum of RGB (Red+Green+Blue) = 41+77+60=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 77 - color contains mainly: green. Hex color #294D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294D3C is #D6B2C3. Grayscale: #404040. Windows color (decimal): -14070468 or 3951913. OLE color: 3951913.
HSL color Cylindrical-coordinate representation of color #294D3C: hue angle of 151.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #294D3C is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 77 | 60 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.70 |
| HSL | 151.67º | 0.31% | 0.23% | - |
| HSV(B) | 151.67º | 0.47% | 0.3% | - |
| XYZ | 4.38 | 6.11 | 5.22 | - |
| YUV | 64.3 | 125.57 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 60 | 0.47 | 0 | 0.22 | 0.70 | 151.67 | 0.31 | 0.23 |
| Hex | 29 | 4D | 3C | 2F | 0 | 16 | 46 | 98 | 1F | 17 |
| Octal | 51 | 115 | 74 | 57 | 0 | 26 | 106 | 230 | 37 | 27 |
| Binary | 101001 | 1001101 | 111100 | 101111 | 0 | 10110 | 1000110 | 10011000 | 11111 | 10111 |
Color Harmonies of #294D3C
Complementary color
Monochromatic Colors of #294D3C
Black with #294D3C
Text Example
Text Example
White with #294D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294D3C; }
p { color: rgb(41,77,60); }
H1.HeaderClassName
{
color: #294D3C;
}
.AnyTagClassName
{
color: #294D3C;
}
</style>
background-color css
<style>
a { background-color: #294D3C; }
a { background-color: rgb(41,77,60); }
div.DivClassName
{
background-color: #294D3C;
}
.BgClassName
{
background-color: #294D3C;
}
</style>
border-color css
<style>
span { border-color: #294D3C; }
span { border-color: rgb(41,77,60); }
td.TdClassName
{
border-color: #294D3C;
}
.TagClassName
{
border-color: #294D3C;
}
</style>