Shades of Green House #2D6A20
Tints of Green House #2D6A20
RGB
CMYK
RGB Variations
Color information
#2D6A20 (or 0x2D6A20) is known color: Green House. HEX triplet: 2D, 6A and 20. RGB value is (45,106,32). Sum of RGB (Red+Green+Blue) = 45+106+32=183 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.59% from 183); Green value is 106 (41.80% from 255 or 57.92% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 106 - color contains mainly: green. Hex color #2D6A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6A20 is #D295DF. Grayscale: #4F4F4F. Windows color (decimal): -13800928 or 2124333. OLE color: 2124333.
HSL color Cylindrical-coordinate representation of color #2D6A20: hue angle of 109.46º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D6A20 is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 106 | 32 | - |
| CMYK | 0.58 | 0 | 0.70 | 0.58 |
| HSL | 109.46º | 0.54% | 0.27% | - |
| HSV(B) | 109.46º | 0.7% | 0.42% | - |
| XYZ | 6.5 | 10.97 | 3.14 | - |
| YUV | 79.33 | 101.29 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 106 | 32 | 0.58 | 0 | 0.70 | 0.58 | 109.46 | 0.54 | 0.27 |
| Hex | 2D | 6A | 20 | 3A | 0 | 46 | 3A | 6D | 36 | 1B |
| Octal | 55 | 152 | 40 | 72 | 0 | 106 | 72 | 155 | 66 | 33 |
| Binary | 101101 | 1101010 | 100000 | 111010 | 0 | 1000110 | 111010 | 1101101 | 110110 | 11011 |
Color Harmonies of #2D6A20
Complementary color
Monochromatic Colors of #2D6A20
Black with #2D6A20
Text Example
Text Example
White with #2D6A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6A20; }
p { color: rgb(45,106,32); }
H1.HeaderClassName
{
color: #2D6A20;
}
.AnyTagClassName
{
color: #2D6A20;
}
</style>
background-color css
<style>
a { background-color: #2D6A20; }
a { background-color: rgb(45,106,32); }
div.DivClassName
{
background-color: #2D6A20;
}
.BgClassName
{
background-color: #2D6A20;
}
</style>
border-color css
<style>
span { border-color: #2D6A20; }
span { border-color: rgb(45,106,32); }
td.TdClassName
{
border-color: #2D6A20;
}
.TagClassName
{
border-color: #2D6A20;
}
</style>