Shades of Green House #296314
Tints of Green House #296314
RGB
CMYK
RGB Variations
Color information
#296314 (or 0x296314) is known color: Green House. HEX triplet: 29, 63 and 14. RGB value is (41,99,20). Sum of RGB (Red+Green+Blue) = 41+99+20=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 99 (39.06% from 255 or 61.88% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 99 - color contains mainly: green. Hex color #296314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296314 is #D69CEB. Grayscale: #484848. Windows color (decimal): -14064876 or 1336105. OLE color: 1336105.
HSL color Cylindrical-coordinate representation of color #296314: hue angle of 104.05º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #296314 is Cyan = 0.59, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 41 | 99 | 20 | - |
| CMYK | 0.59 | 0 | 0.80 | 0.61 |
| HSL | 104.05º | 0.66% | 0.23% | - |
| HSV(B) | 104.05º | 0.8% | 0.39% | - |
| XYZ | 5.5 | 9.45 | 2.19 | - |
| YUV | 72.65 | 98.28 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 99 | 20 | 0.59 | 0 | 0.80 | 0.61 | 104.05 | 0.66 | 0.23 |
| Hex | 29 | 63 | 14 | 3B | 0 | 50 | 3D | 68 | 42 | 17 |
| Octal | 51 | 143 | 24 | 73 | 0 | 120 | 75 | 150 | 102 | 27 |
| Binary | 101001 | 1100011 | 10100 | 111011 | 0 | 1010000 | 111101 | 1101000 | 1000010 | 10111 |
Color Harmonies of #296314
Complementary color
Monochromatic Colors of #296314
Black with #296314
Text Example
Text Example
White with #296314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296314; }
p { color: rgb(41,99,20); }
H1.HeaderClassName
{
color: #296314;
}
.AnyTagClassName
{
color: #296314;
}
</style>
background-color css
<style>
a { background-color: #296314; }
a { background-color: rgb(41,99,20); }
div.DivClassName
{
background-color: #296314;
}
.BgClassName
{
background-color: #296314;
}
</style>
border-color css
<style>
span { border-color: #296314; }
span { border-color: rgb(41,99,20); }
td.TdClassName
{
border-color: #296314;
}
.TagClassName
{
border-color: #296314;
}
</style>