Shades of Green House #2D5F25
Tints of Green House #2D5F25
RGB
CMYK
RGB Variations
Color information
#2D5F25 (or 0x2D5F25) is known color: Green House. HEX triplet: 2D, 5F and 25. RGB value is (45,95,37). Sum of RGB (Red+Green+Blue) = 45+95+37=177 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.42% from 177); Green value is 95 (37.5% from 255 or 53.67% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 95 - color contains mainly: green. Hex color #2D5F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5F25 is #D2A0DA. Grayscale: #494949. Windows color (decimal): -13803739 or 2449197. OLE color: 2449197.
HSL color Cylindrical-coordinate representation of color #2D5F25: hue angle of 111.72º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D5F25 is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 45 | 95 | 37 | - |
| CMYK | 0.53 | 0 | 0.61 | 0.63 |
| HSL | 111.72º | 0.44% | 0.26% | - |
| HSV(B) | 111.72º | 0.61% | 0.37% | - |
| XYZ | 5.51 | 8.88 | 3.17 | - |
| YUV | 73.44 | 107.44 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 95 | 37 | 0.53 | 0 | 0.61 | 0.63 | 111.72 | 0.44 | 0.26 |
| Hex | 2D | 5F | 25 | 35 | 0 | 3D | 3F | 70 | 2C | 1A |
| Octal | 55 | 137 | 45 | 65 | 0 | 75 | 77 | 160 | 54 | 32 |
| Binary | 101101 | 1011111 | 100101 | 110101 | 0 | 111101 | 111111 | 1110000 | 101100 | 11010 |
Color Harmonies of #2D5F25
Complementary color
Monochromatic Colors of #2D5F25
Black with #2D5F25
Text Example
Text Example
White with #2D5F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5F25; }
p { color: rgb(45,95,37); }
H1.HeaderClassName
{
color: #2D5F25;
}
.AnyTagClassName
{
color: #2D5F25;
}
</style>
background-color css
<style>
a { background-color: #2D5F25; }
a { background-color: rgb(45,95,37); }
div.DivClassName
{
background-color: #2D5F25;
}
.BgClassName
{
background-color: #2D5F25;
}
</style>
border-color css
<style>
span { border-color: #2D5F25; }
span { border-color: rgb(45,95,37); }
td.TdClassName
{
border-color: #2D5F25;
}
.TagClassName
{
border-color: #2D5F25;
}
</style>