Shades of Green House #2D6A1F
Tints of Green House #2D6A1F
RGB
CMYK
RGB Variations
Color information
#2D6A1F (or 0x2D6A1F) is known color: Green House. HEX triplet: 2D, 6A and 1F. RGB value is (45,106,31). Sum of RGB (Red+Green+Blue) = 45+106+31=182 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.73% from 182); Green value is 106 (41.80% from 255 or 58.24% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 106 - color contains mainly: green. Hex color #2D6A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6A1F is #D295E0. Grayscale: #4F4F4F. Windows color (decimal): -13800929 or 2058797. OLE color: 2058797.
HSL color Cylindrical-coordinate representation of color #2D6A1F: hue angle of 108.8º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D6A1F is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 106 | 31 | - |
| CMYK | 0.58 | 0 | 0.71 | 0.58 |
| HSL | 108.8º | 0.55% | 0.27% | - |
| HSV(B) | 108.8º | 0.71% | 0.42% | - |
| XYZ | 6.48 | 10.96 | 3.07 | - |
| YUV | 79.21 | 100.79 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 106 | 31 | 0.58 | 0 | 0.71 | 0.58 | 108.8 | 0.55 | 0.27 |
| Hex | 2D | 6A | 1F | 3A | 0 | 47 | 3A | 6D | 37 | 1B |
| Octal | 55 | 152 | 37 | 72 | 0 | 107 | 72 | 155 | 67 | 33 |
| Binary | 101101 | 1101010 | 11111 | 111010 | 0 | 1000111 | 111010 | 1101101 | 110111 | 11011 |
Color Harmonies of #2D6A1F
Complementary color
Monochromatic Colors of #2D6A1F
Black with #2D6A1F
Text Example
Text Example
White with #2D6A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6A1F; }
p { color: rgb(45,106,31); }
H1.HeaderClassName
{
color: #2D6A1F;
}
.AnyTagClassName
{
color: #2D6A1F;
}
</style>
background-color css
<style>
a { background-color: #2D6A1F; }
a { background-color: rgb(45,106,31); }
div.DivClassName
{
background-color: #2D6A1F;
}
.BgClassName
{
background-color: #2D6A1F;
}
</style>
border-color css
<style>
span { border-color: #2D6A1F; }
span { border-color: rgb(45,106,31); }
td.TdClassName
{
border-color: #2D6A1F;
}
.TagClassName
{
border-color: #2D6A1F;
}
</style>