Shades of Green House #2B611A
Tints of Green House #2B611A
RGB
CMYK
RGB Variations
Color information
#2B611A (or 0x2B611A) is known color: Green House. HEX triplet: 2B, 61 and 1A. RGB value is (43,97,26). Sum of RGB (Red+Green+Blue) = 43+97+26=166 (21% of max value = 765). Red value is 43 (17.19% from 255 or 25.90% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #2B611A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B611A is #D49EE5. Grayscale: #484848. Windows color (decimal): -13934310 or 1728811. OLE color: 1728811.
HSL color Cylindrical-coordinate representation of color #2B611A: hue angle of 105.63º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B611A is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 97 | 26 | - |
| CMYK | 0.56 | 0 | 0.73 | 0.62 |
| HSL | 105.63º | 0.58% | 0.24% | - |
| HSV(B) | 105.63º | 0.73% | 0.38% | - |
| XYZ | 5.46 | 9.14 | 2.45 | - |
| YUV | 72.76 | 101.61 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 97 | 26 | 0.56 | 0 | 0.73 | 0.62 | 105.63 | 0.58 | 0.24 |
| Hex | 2B | 61 | 1A | 38 | 0 | 49 | 3E | 6A | 3A | 18 |
| Octal | 53 | 141 | 32 | 70 | 0 | 111 | 76 | 152 | 72 | 30 |
| Binary | 101011 | 1100001 | 11010 | 111000 | 0 | 1001001 | 111110 | 1101010 | 111010 | 11000 |
Color Harmonies of #2B611A
Complementary color
Monochromatic Colors of #2B611A
Black with #2B611A
Text Example
Text Example
White with #2B611A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B611A; }
p { color: rgb(43,97,26); }
H1.HeaderClassName
{
color: #2B611A;
}
.AnyTagClassName
{
color: #2B611A;
}
</style>
background-color css
<style>
a { background-color: #2B611A; }
a { background-color: rgb(43,97,26); }
div.DivClassName
{
background-color: #2B611A;
}
.BgClassName
{
background-color: #2B611A;
}
</style>
border-color css
<style>
span { border-color: #2B611A; }
span { border-color: rgb(43,97,26); }
td.TdClassName
{
border-color: #2B611A;
}
.TagClassName
{
border-color: #2B611A;
}
</style>