Shades of Green House #2D6718
Tints of Green House #2D6718
RGB
CMYK
RGB Variations
Color information
#2D6718 (or 0x2D6718) is known color: Green House. HEX triplet: 2D, 67 and 18. RGB value is (45,103,24). Sum of RGB (Red+Green+Blue) = 45+103+24=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 103 (40.62% from 255 or 59.88% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 103 - color contains mainly: green. Hex color #2D6718 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6718 is #D298E7. Grayscale: #4C4C4C. Windows color (decimal): -13801704 or 1599277. OLE color: 1599277.
HSL color Cylindrical-coordinate representation of color #2D6718: hue angle of 104.05º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D6718 is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 103 | 24 | - |
| CMYK | 0.56 | 0 | 0.77 | 0.60 |
| HSL | 104.05º | 0.62% | 0.25% | - |
| HSV(B) | 104.05º | 0.77% | 0.4% | - |
| XYZ | 6.1 | 10.32 | 2.54 | - |
| YUV | 76.65 | 98.28 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 103 | 24 | 0.56 | 0 | 0.77 | 0.60 | 104.05 | 0.62 | 0.25 |
| Hex | 2D | 67 | 18 | 38 | 0 | 4D | 3C | 68 | 3E | 19 |
| Octal | 55 | 147 | 30 | 70 | 0 | 115 | 74 | 150 | 76 | 31 |
| Binary | 101101 | 1100111 | 11000 | 111000 | 0 | 1001101 | 111100 | 1101000 | 111110 | 11001 |
Color Harmonies of #2D6718
Complementary color
Monochromatic Colors of #2D6718
Black with #2D6718
Text Example
Text Example
White with #2D6718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6718; }
p { color: rgb(45,103,24); }
H1.HeaderClassName
{
color: #2D6718;
}
.AnyTagClassName
{
color: #2D6718;
}
</style>
background-color css
<style>
a { background-color: #2D6718; }
a { background-color: rgb(45,103,24); }
div.DivClassName
{
background-color: #2D6718;
}
.BgClassName
{
background-color: #2D6718;
}
</style>
border-color css
<style>
span { border-color: #2D6718; }
span { border-color: rgb(45,103,24); }
td.TdClassName
{
border-color: #2D6718;
}
.TagClassName
{
border-color: #2D6718;
}
</style>