Shades of Green House #2B681D
Tints of Green House #2B681D
RGB
CMYK
RGB Variations
Color information
#2B681D (or 0x2B681D) is known color: Green House. HEX triplet: 2B, 68 and 1D. RGB value is (43,104,29). Sum of RGB (Red+Green+Blue) = 43+104+29=176 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.43% from 176); Green value is 104 (41.02% from 255 or 59.09% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 104 - color contains mainly: green. Hex color #2B681D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B681D is #D497E2. Grayscale: #4D4D4D. Windows color (decimal): -13932515 or 1927211. OLE color: 1927211.
HSL color Cylindrical-coordinate representation of color #2B681D: hue angle of 108.8º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B681D is Cyan = 0.59, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 104 | 29 | - |
| CMYK | 0.59 | 0 | 0.72 | 0.59 |
| HSL | 108.8º | 0.56% | 0.26% | - |
| HSV(B) | 108.8º | 0.72% | 0.41% | - |
| XYZ | 6.17 | 10.5 | 2.86 | - |
| YUV | 77.21 | 100.79 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 104 | 29 | 0.59 | 0 | 0.72 | 0.59 | 108.8 | 0.56 | 0.26 |
| Hex | 2B | 68 | 1D | 3B | 0 | 48 | 3B | 6D | 38 | 1A |
| Octal | 53 | 150 | 35 | 73 | 0 | 110 | 73 | 155 | 70 | 32 |
| Binary | 101011 | 1101000 | 11101 | 111011 | 0 | 1001000 | 111011 | 1101101 | 111000 | 11010 |
Color Harmonies of #2B681D
Complementary color
Monochromatic Colors of #2B681D
Black with #2B681D
Text Example
Text Example
White with #2B681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B681D; }
p { color: rgb(43,104,29); }
H1.HeaderClassName
{
color: #2B681D;
}
.AnyTagClassName
{
color: #2B681D;
}
</style>
background-color css
<style>
a { background-color: #2B681D; }
a { background-color: rgb(43,104,29); }
div.DivClassName
{
background-color: #2B681D;
}
.BgClassName
{
background-color: #2B681D;
}
</style>
border-color css
<style>
span { border-color: #2B681D; }
span { border-color: rgb(43,104,29); }
td.TdClassName
{
border-color: #2B681D;
}
.TagClassName
{
border-color: #2B681D;
}
</style>