Shades of Green House #2D6215
Tints of Green House #2D6215
RGB
CMYK
RGB Variations
Color information
#2D6215 (or 0x2D6215) is known color: Green House. HEX triplet: 2D, 62 and 15. RGB value is (45,98,21). Sum of RGB (Red+Green+Blue) = 45+98+21=164 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.44% from 164); Green value is 98 (38.67% from 255 or 59.76% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 98 - color contains mainly: green. Hex color #2D6215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6215 is #D29DEA. Grayscale: #494949. Windows color (decimal): -13802987 or 1401389. OLE color: 1401389.
HSL color Cylindrical-coordinate representation of color #2D6215: hue angle of 101.3º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D6215 is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 98 | 21 | - |
| CMYK | 0.54 | 0 | 0.79 | 0.62 |
| HSL | 101.3º | 0.65% | 0.23% | - |
| HSV(B) | 101.3º | 0.79% | 0.38% | - |
| XYZ | 5.59 | 9.35 | 2.22 | - |
| YUV | 73.38 | 98.44 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 98 | 21 | 0.54 | 0 | 0.79 | 0.62 | 101.3 | 0.65 | 0.23 |
| Hex | 2D | 62 | 15 | 36 | 0 | 4F | 3E | 65 | 41 | 17 |
| Octal | 55 | 142 | 25 | 66 | 0 | 117 | 76 | 145 | 101 | 27 |
| Binary | 101101 | 1100010 | 10101 | 110110 | 0 | 1001111 | 111110 | 1100101 | 1000001 | 10111 |
Color Harmonies of #2D6215
Complementary color
Monochromatic Colors of #2D6215
Black with #2D6215
Text Example
Text Example
White with #2D6215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6215; }
p { color: rgb(45,98,21); }
H1.HeaderClassName
{
color: #2D6215;
}
.AnyTagClassName
{
color: #2D6215;
}
</style>
background-color css
<style>
a { background-color: #2D6215; }
a { background-color: rgb(45,98,21); }
div.DivClassName
{
background-color: #2D6215;
}
.BgClassName
{
background-color: #2D6215;
}
</style>
border-color css
<style>
span { border-color: #2D6215; }
span { border-color: rgb(45,98,21); }
td.TdClassName
{
border-color: #2D6215;
}
.TagClassName
{
border-color: #2D6215;
}
</style>