Shades of Green House #2D5D25
Tints of Green House #2D5D25
RGB
CMYK
RGB Variations
Color information
#2D5D25 (or 0x2D5D25) is known color: Green House. HEX triplet: 2D, 5D and 25. RGB value is (45,93,37). Sum of RGB (Red+Green+Blue) = 45+93+37=175 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.71% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #2D5D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5D25 is #D2A2DA. Grayscale: #484848. Windows color (decimal): -13804251 or 2448685. OLE color: 2448685.
HSL color Cylindrical-coordinate representation of color #2D5D25: hue angle of 111.43º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D5D25 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 93 | 37 | - |
| CMYK | 0.52 | 0 | 0.60 | 0.64 |
| HSL | 111.43º | 0.43% | 0.25% | - |
| HSV(B) | 111.43º | 0.6% | 0.36% | - |
| XYZ | 5.33 | 8.52 | 3.11 | - |
| YUV | 72.26 | 108.1 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 93 | 37 | 0.52 | 0 | 0.60 | 0.64 | 111.43 | 0.43 | 0.25 |
| Hex | 2D | 5D | 25 | 34 | 0 | 3C | 40 | 6F | 2B | 19 |
| Octal | 55 | 135 | 45 | 64 | 0 | 74 | 100 | 157 | 53 | 31 |
| Binary | 101101 | 1011101 | 100101 | 110100 | 0 | 111100 | 1000000 | 1101111 | 101011 | 11001 |
Color Harmonies of #2D5D25
Complementary color
Monochromatic Colors of #2D5D25
Black with #2D5D25
Text Example
Text Example
White with #2D5D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5D25; }
p { color: rgb(45,93,37); }
H1.HeaderClassName
{
color: #2D5D25;
}
.AnyTagClassName
{
color: #2D5D25;
}
</style>
background-color css
<style>
a { background-color: #2D5D25; }
a { background-color: rgb(45,93,37); }
div.DivClassName
{
background-color: #2D5D25;
}
.BgClassName
{
background-color: #2D5D25;
}
</style>
border-color css
<style>
span { border-color: #2D5D25; }
span { border-color: rgb(45,93,37); }
td.TdClassName
{
border-color: #2D5D25;
}
.TagClassName
{
border-color: #2D5D25;
}
</style>