Shades of Green House #2B641A
Tints of Green House #2B641A
RGB
CMYK
RGB Variations
Color information
#2B641A (or 0x2B641A) is known color: Green House. HEX triplet: 2B, 64 and 1A. RGB value is (43,100,26). Sum of RGB (Red+Green+Blue) = 43+100+26=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 100 (39.45% from 255 or 59.17% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 100 - color contains mainly: green. Hex color #2B641A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B641A is #D49BE5. Grayscale: #4A4A4A. Windows color (decimal): -13933542 or 1729579. OLE color: 1729579.
HSL color Cylindrical-coordinate representation of color #2B641A: hue angle of 106.22º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B641A is Cyan = 0.57, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 100 | 26 | - |
| CMYK | 0.57 | 0 | 0.74 | 0.61 |
| HSL | 106.22º | 0.59% | 0.25% | - |
| HSV(B) | 106.22º | 0.74% | 0.39% | - |
| XYZ | 5.74 | 9.7 | 2.55 | - |
| YUV | 74.52 | 100.62 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 100 | 26 | 0.57 | 0 | 0.74 | 0.61 | 106.22 | 0.59 | 0.25 |
| Hex | 2B | 64 | 1A | 39 | 0 | 4A | 3D | 6A | 3B | 19 |
| Octal | 53 | 144 | 32 | 71 | 0 | 112 | 75 | 152 | 73 | 31 |
| Binary | 101011 | 1100100 | 11010 | 111001 | 0 | 1001010 | 111101 | 1101010 | 111011 | 11001 |
Color Harmonies of #2B641A
Complementary color
Monochromatic Colors of #2B641A
Black with #2B641A
Text Example
Text Example
White with #2B641A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B641A; }
p { color: rgb(43,100,26); }
H1.HeaderClassName
{
color: #2B641A;
}
.AnyTagClassName
{
color: #2B641A;
}
</style>
background-color css
<style>
a { background-color: #2B641A; }
a { background-color: rgb(43,100,26); }
div.DivClassName
{
background-color: #2B641A;
}
.BgClassName
{
background-color: #2B641A;
}
</style>
border-color css
<style>
span { border-color: #2B641A; }
span { border-color: rgb(43,100,26); }
td.TdClassName
{
border-color: #2B641A;
}
.TagClassName
{
border-color: #2B641A;
}
</style>