Shades of Green House #2D6225
Tints of Green House #2D6225
RGB
CMYK
RGB Variations
Color information
#2D6225 (or 0x2D6225) is known color: Green House. HEX triplet: 2D, 62 and 25. RGB value is (45,98,37). Sum of RGB (Red+Green+Blue) = 45+98+37=180 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25% from 180); Green value is 98 (38.67% from 255 or 54.44% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 98 - color contains mainly: green. Hex color #2D6225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6225 is #D29DDA. Grayscale: #4B4B4B. Windows color (decimal): -13802971 or 2449965. OLE color: 2449965.
HSL color Cylindrical-coordinate representation of color #2D6225: hue angle of 112.13º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D6225 is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 98 | 37 | - |
| CMYK | 0.54 | 0 | 0.62 | 0.62 |
| HSL | 112.13º | 0.45% | 0.26% | - |
| HSV(B) | 112.13º | 0.62% | 0.38% | - |
| XYZ | 5.78 | 9.43 | 3.26 | - |
| YUV | 75.2 | 106.44 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 98 | 37 | 0.54 | 0 | 0.62 | 0.62 | 112.13 | 0.45 | 0.26 |
| Hex | 2D | 62 | 25 | 36 | 0 | 3E | 3E | 70 | 2D | 1A |
| Octal | 55 | 142 | 45 | 66 | 0 | 76 | 76 | 160 | 55 | 32 |
| Binary | 101101 | 1100010 | 100101 | 110110 | 0 | 111110 | 111110 | 1110000 | 101101 | 11010 |
Color Harmonies of #2D6225
Complementary color
Monochromatic Colors of #2D6225
Black with #2D6225
Text Example
Text Example
White with #2D6225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6225; }
p { color: rgb(45,98,37); }
H1.HeaderClassName
{
color: #2D6225;
}
.AnyTagClassName
{
color: #2D6225;
}
</style>
background-color css
<style>
a { background-color: #2D6225; }
a { background-color: rgb(45,98,37); }
div.DivClassName
{
background-color: #2D6225;
}
.BgClassName
{
background-color: #2D6225;
}
</style>
border-color css
<style>
span { border-color: #2D6225; }
span { border-color: rgb(45,98,37); }
td.TdClassName
{
border-color: #2D6225;
}
.TagClassName
{
border-color: #2D6225;
}
</style>