Shades of Green House #2D601B
Tints of Green House #2D601B
RGB
CMYK
RGB Variations
Color information
#2D601B (or 0x2D601B) is known color: Green House. HEX triplet: 2D, 60 and 1B. RGB value is (45,96,27). Sum of RGB (Red+Green+Blue) = 45+96+27=168 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.79% from 168); Green value is 96 (37.89% from 255 or 57.14% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 96 - color contains mainly: green. Hex color #2D601B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D601B is #D29FE4. Grayscale: #494949. Windows color (decimal): -13803493 or 1794093. OLE color: 1794093.
HSL color Cylindrical-coordinate representation of color #2D601B: hue angle of 104.35º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D601B is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 96 | 27 | - |
| CMYK | 0.53 | 0 | 0.72 | 0.62 |
| HSL | 104.35º | 0.56% | 0.24% | - |
| HSV(B) | 104.35º | 0.72% | 0.38% | - |
| XYZ | 5.46 | 9 | 2.49 | - |
| YUV | 72.89 | 102.1 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 27 | 0.53 | 0 | 0.72 | 0.62 | 104.35 | 0.56 | 0.24 |
| Hex | 2D | 60 | 1B | 35 | 0 | 48 | 3E | 68 | 38 | 18 |
| Octal | 55 | 140 | 33 | 65 | 0 | 110 | 76 | 150 | 70 | 30 |
| Binary | 101101 | 1100000 | 11011 | 110101 | 0 | 1001000 | 111110 | 1101000 | 111000 | 11000 |
Color Harmonies of #2D601B
Complementary color
Monochromatic Colors of #2D601B
Black with #2D601B
Text Example
Text Example
White with #2D601B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D601B; }
p { color: rgb(45,96,27); }
H1.HeaderClassName
{
color: #2D601B;
}
.AnyTagClassName
{
color: #2D601B;
}
</style>
background-color css
<style>
a { background-color: #2D601B; }
a { background-color: rgb(45,96,27); }
div.DivClassName
{
background-color: #2D601B;
}
.BgClassName
{
background-color: #2D601B;
}
</style>
border-color css
<style>
span { border-color: #2D601B; }
span { border-color: rgb(45,96,27); }
td.TdClassName
{
border-color: #2D601B;
}
.TagClassName
{
border-color: #2D601B;
}
</style>