Shades of Green House #2D601F
Tints of Green House #2D601F
RGB
CMYK
RGB Variations
Color information
#2D601F (or 0x2D601F) is known color: Green House. HEX triplet: 2D, 60 and 1F. RGB value is (45,96,31). Sum of RGB (Red+Green+Blue) = 45+96+31=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #2D601F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D601F is #D29FE0. Grayscale: #494949. Windows color (decimal): -13803489 or 2056237. OLE color: 2056237.
HSL color Cylindrical-coordinate representation of color #2D601F: hue angle of 107.08º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D601F is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 96 | 31 | - |
| CMYK | 0.53 | 0 | 0.68 | 0.62 |
| HSL | 107.08º | 0.51% | 0.25% | - |
| HSV(B) | 107.08º | 0.68% | 0.38% | - |
| XYZ | 5.51 | 9.02 | 2.75 | - |
| YUV | 73.34 | 104.1 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 31 | 0.53 | 0 | 0.68 | 0.62 | 107.08 | 0.51 | 0.25 |
| Hex | 2D | 60 | 1F | 35 | 0 | 44 | 3E | 6B | 33 | 19 |
| Octal | 55 | 140 | 37 | 65 | 0 | 104 | 76 | 153 | 63 | 31 |
| Binary | 101101 | 1100000 | 11111 | 110101 | 0 | 1000100 | 111110 | 1101011 | 110011 | 11001 |
Color Harmonies of #2D601F
Complementary color
Monochromatic Colors of #2D601F
Black with #2D601F
Text Example
Text Example
White with #2D601F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D601F; }
p { color: rgb(45,96,31); }
H1.HeaderClassName
{
color: #2D601F;
}
.AnyTagClassName
{
color: #2D601F;
}
</style>
background-color css
<style>
a { background-color: #2D601F; }
a { background-color: rgb(45,96,31); }
div.DivClassName
{
background-color: #2D601F;
}
.BgClassName
{
background-color: #2D601F;
}
</style>
border-color css
<style>
span { border-color: #2D601F; }
span { border-color: rgb(45,96,31); }
td.TdClassName
{
border-color: #2D601F;
}
.TagClassName
{
border-color: #2D601F;
}
</style>