Shades of Green House #2D601D
Tints of Green House #2D601D
RGB
CMYK
RGB Variations
Color information
#2D601D (or 0x2D601D) is known color: Green House. HEX triplet: 2D, 60 and 1D. RGB value is (45,96,29). Sum of RGB (Red+Green+Blue) = 45+96+29=170 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.47% from 170); Green value is 96 (37.89% from 255 or 56.47% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 96 - color contains mainly: green. Hex color #2D601D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D601D is #D29FE2. Grayscale: #494949. Windows color (decimal): -13803491 or 1925165. OLE color: 1925165.
HSL color Cylindrical-coordinate representation of color #2D601D: hue angle of 105.67º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D601D is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 96 | 29 | - |
| CMYK | 0.53 | 0 | 0.70 | 0.62 |
| HSL | 105.67º | 0.54% | 0.25% | - |
| HSV(B) | 105.67º | 0.7% | 0.38% | - |
| XYZ | 5.49 | 9.01 | 2.61 | - |
| YUV | 73.11 | 103.1 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 29 | 0.53 | 0 | 0.70 | 0.62 | 105.67 | 0.54 | 0.25 |
| Hex | 2D | 60 | 1D | 35 | 0 | 46 | 3E | 6A | 36 | 19 |
| Octal | 55 | 140 | 35 | 65 | 0 | 106 | 76 | 152 | 66 | 31 |
| Binary | 101101 | 1100000 | 11101 | 110101 | 0 | 1000110 | 111110 | 1101010 | 110110 | 11001 |
Color Harmonies of #2D601D
Complementary color
Monochromatic Colors of #2D601D
Black with #2D601D
Text Example
Text Example
White with #2D601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D601D; }
p { color: rgb(45,96,29); }
H1.HeaderClassName
{
color: #2D601D;
}
.AnyTagClassName
{
color: #2D601D;
}
</style>
background-color css
<style>
a { background-color: #2D601D; }
a { background-color: rgb(45,96,29); }
div.DivClassName
{
background-color: #2D601D;
}
.BgClassName
{
background-color: #2D601D;
}
</style>
border-color css
<style>
span { border-color: #2D601D; }
span { border-color: rgb(45,96,29); }
td.TdClassName
{
border-color: #2D601D;
}
.TagClassName
{
border-color: #2D601D;
}
</style>