Shades of Green House #2D611B
Tints of Green House #2D611B
RGB
CMYK
RGB Variations
Color information
#2D611B (or 0x2D611B) is known color: Green House. HEX triplet: 2D, 61 and 1B. RGB value is (45,97,27). Sum of RGB (Red+Green+Blue) = 45+97+27=169 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.63% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #2D611B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D611B is #D29EE4. Grayscale: #494949. Windows color (decimal): -13803237 or 1794349. OLE color: 1794349.
HSL color Cylindrical-coordinate representation of color #2D611B: hue angle of 104.57º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D611B is Cyan = 0.54, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 97 | 27 | - |
| CMYK | 0.54 | 0 | 0.72 | 0.62 |
| HSL | 104.57º | 0.56% | 0.24% | - |
| HSV(B) | 104.57º | 0.72% | 0.38% | - |
| XYZ | 5.55 | 9.19 | 2.52 | - |
| YUV | 73.47 | 101.77 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 97 | 27 | 0.54 | 0 | 0.72 | 0.62 | 104.57 | 0.56 | 0.24 |
| Hex | 2D | 61 | 1B | 36 | 0 | 48 | 3E | 69 | 38 | 18 |
| Octal | 55 | 141 | 33 | 66 | 0 | 110 | 76 | 151 | 70 | 30 |
| Binary | 101101 | 1100001 | 11011 | 110110 | 0 | 1001000 | 111110 | 1101001 | 111000 | 11000 |
Color Harmonies of #2D611B
Complementary color
Monochromatic Colors of #2D611B
Black with #2D611B
Text Example
Text Example
White with #2D611B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D611B; }
p { color: rgb(45,97,27); }
H1.HeaderClassName
{
color: #2D611B;
}
.AnyTagClassName
{
color: #2D611B;
}
</style>
background-color css
<style>
a { background-color: #2D611B; }
a { background-color: rgb(45,97,27); }
div.DivClassName
{
background-color: #2D611B;
}
.BgClassName
{
background-color: #2D611B;
}
</style>
border-color css
<style>
span { border-color: #2D611B; }
span { border-color: rgb(45,97,27); }
td.TdClassName
{
border-color: #2D611B;
}
.TagClassName
{
border-color: #2D611B;
}
</style>