Shades of Green House #2D661C
Tints of Green House #2D661C
RGB
CMYK
RGB Variations
Color information
#2D661C (or 0x2D661C) is known color: Green House. HEX triplet: 2D, 66 and 1C. RGB value is (45,102,28). Sum of RGB (Red+Green+Blue) = 45+102+28=175 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.71% from 175); Green value is 102 (40.23% from 255 or 58.29% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 102 - color contains mainly: green. Hex color #2D661C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D661C is #D299E3. Grayscale: #4C4C4C. Windows color (decimal): -13801956 or 1861165. OLE color: 1861165.
HSL color Cylindrical-coordinate representation of color #2D661C: hue angle of 106.22º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D661C is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 45 | 102 | 28 | - |
| CMYK | 0.56 | 0 | 0.73 | 0.6 |
| HSL | 106.22º | 0.57% | 0.25% | - |
| HSV(B) | 106.22º | 0.73% | 0.4% | - |
| XYZ | 6.04 | 10.14 | 2.74 | - |
| YUV | 76.52 | 100.62 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 102 | 28 | 0.56 | 0 | 0.73 | 0.6 | 106.22 | 0.57 | 0.25 |
| Hex | 2D | 66 | 1C | 38 | 0 | 49 | 3C | 6A | 39 | 19 |
| Octal | 55 | 146 | 34 | 70 | 0 | 111 | 74 | 152 | 71 | 31 |
| Binary | 101101 | 1100110 | 11100 | 111000 | 0 | 1001001 | 111100 | 1101010 | 111001 | 11001 |
Color Harmonies of #2D661C
Complementary color
Monochromatic Colors of #2D661C
Black with #2D661C
Text Example
Text Example
White with #2D661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D661C; }
p { color: rgb(45,102,28); }
H1.HeaderClassName
{
color: #2D661C;
}
.AnyTagClassName
{
color: #2D661C;
}
</style>
background-color css
<style>
a { background-color: #2D661C; }
a { background-color: rgb(45,102,28); }
div.DivClassName
{
background-color: #2D661C;
}
.BgClassName
{
background-color: #2D661C;
}
</style>
border-color css
<style>
span { border-color: #2D661C; }
span { border-color: rgb(45,102,28); }
td.TdClassName
{
border-color: #2D661C;
}
.TagClassName
{
border-color: #2D661C;
}
</style>