Shades of Bottle Green #294A3B
Tints of Bottle Green #294A3B
RGB
CMYK
RGB Variations
Color information
#294A3B (or 0x294A3B) is known color: Bottle Green. HEX triplet: 29, 4A and 3B. RGB value is (41,74,59). Sum of RGB (Red+Green+Blue) = 41+74+59=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 74 - color contains mainly: green. Hex color #294A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294A3B is #D6B5C4. Grayscale: #3E3E3E. Windows color (decimal): -14071237 or 3885609. OLE color: 3885609.
HSL color Cylindrical-coordinate representation of color #294A3B: hue angle of 152.73º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #294A3B is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 74 | 59 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.71 |
| HSL | 152.73º | 0.29% | 0.23% | - |
| HSV(B) | 152.73º | 0.45% | 0.29% | - |
| XYZ | 4.15 | 5.68 | 5.02 | - |
| YUV | 62.42 | 126.07 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 59 | 0.45 | 0 | 0.20 | 0.71 | 152.73 | 0.29 | 0.23 |
| Hex | 29 | 4A | 3B | 2D | 0 | 14 | 47 | 99 | 1D | 17 |
| Octal | 51 | 112 | 73 | 55 | 0 | 24 | 107 | 231 | 35 | 27 |
| Binary | 101001 | 1001010 | 111011 | 101101 | 0 | 10100 | 1000111 | 10011001 | 11101 | 10111 |
Color Harmonies of #294A3B
Complementary color
Monochromatic Colors of #294A3B
Black with #294A3B
Text Example
Text Example
White with #294A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294A3B; }
p { color: rgb(41,74,59); }
H1.HeaderClassName
{
color: #294A3B;
}
.AnyTagClassName
{
color: #294A3B;
}
</style>
background-color css
<style>
a { background-color: #294A3B; }
a { background-color: rgb(41,74,59); }
div.DivClassName
{
background-color: #294A3B;
}
.BgClassName
{
background-color: #294A3B;
}
</style>
border-color css
<style>
span { border-color: #294A3B; }
span { border-color: rgb(41,74,59); }
td.TdClassName
{
border-color: #294A3B;
}
.TagClassName
{
border-color: #294A3B;
}
</style>