Shades of Green House #2D6222
Tints of Green House #2D6222
RGB
CMYK
RGB Variations
Color information
#2D6222 (or 0x2D6222) is known color: Green House. HEX triplet: 2D, 62 and 22. RGB value is (45,98,34). Sum of RGB (Red+Green+Blue) = 45+98+34=177 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.42% from 177); Green value is 98 (38.67% from 255 or 55.37% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 98 - color contains mainly: green. Hex color #2D6222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6222 is #D29DDD. Grayscale: #4B4B4B. Windows color (decimal): -13802974 or 2253357. OLE color: 2253357.
HSL color Cylindrical-coordinate representation of color #2D6222: hue angle of 109.69º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D6222 is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 98 | 34 | - |
| CMYK | 0.54 | 0 | 0.65 | 0.62 |
| HSL | 109.69º | 0.48% | 0.26% | - |
| HSV(B) | 109.69º | 0.65% | 0.38% | - |
| XYZ | 5.74 | 9.41 | 3.03 | - |
| YUV | 74.86 | 104.94 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 98 | 34 | 0.54 | 0 | 0.65 | 0.62 | 109.69 | 0.48 | 0.26 |
| Hex | 2D | 62 | 22 | 36 | 0 | 41 | 3E | 6E | 30 | 1A |
| Octal | 55 | 142 | 42 | 66 | 0 | 101 | 76 | 156 | 60 | 32 |
| Binary | 101101 | 1100010 | 100010 | 110110 | 0 | 1000001 | 111110 | 1101110 | 110000 | 11010 |
Color Harmonies of #2D6222
Complementary color
Monochromatic Colors of #2D6222
Black with #2D6222
Text Example
Text Example
White with #2D6222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6222; }
p { color: rgb(45,98,34); }
H1.HeaderClassName
{
color: #2D6222;
}
.AnyTagClassName
{
color: #2D6222;
}
</style>
background-color css
<style>
a { background-color: #2D6222; }
a { background-color: rgb(45,98,34); }
div.DivClassName
{
background-color: #2D6222;
}
.BgClassName
{
background-color: #2D6222;
}
</style>
border-color css
<style>
span { border-color: #2D6222; }
span { border-color: rgb(45,98,34); }
td.TdClassName
{
border-color: #2D6222;
}
.TagClassName
{
border-color: #2D6222;
}
</style>