Shades of Green House #2B661C
Tints of Green House #2B661C
RGB
CMYK
RGB Variations
Color information
#2B661C (or 0x2B661C) is known color: Green House. HEX triplet: 2B, 66 and 1C. RGB value is (43,102,28). Sum of RGB (Red+Green+Blue) = 43+102+28=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 102 (40.23% from 255 or 58.96% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 102 - color contains mainly: green. Hex color #2B661C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B661C is #D499E3. Grayscale: #4C4C4C. Windows color (decimal): -13933028 or 1861163. OLE color: 1861163.
HSL color Cylindrical-coordinate representation of color #2B661C: hue angle of 107.84º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B661C is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 43 | 102 | 28 | - |
| CMYK | 0.58 | 0 | 0.73 | 0.6 |
| HSL | 107.84º | 0.57% | 0.25% | - |
| HSV(B) | 107.84º | 0.73% | 0.4% | - |
| XYZ | 5.96 | 10.1 | 2.73 | - |
| YUV | 75.92 | 100.95 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 102 | 28 | 0.58 | 0 | 0.73 | 0.6 | 107.84 | 0.57 | 0.25 |
| Hex | 2B | 66 | 1C | 3A | 0 | 49 | 3C | 6C | 39 | 19 |
| Octal | 53 | 146 | 34 | 72 | 0 | 111 | 74 | 154 | 71 | 31 |
| Binary | 101011 | 1100110 | 11100 | 111010 | 0 | 1001001 | 111100 | 1101100 | 111001 | 11001 |
Color Harmonies of #2B661C
Complementary color
Monochromatic Colors of #2B661C
Black with #2B661C
Text Example
Text Example
White with #2B661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B661C; }
p { color: rgb(43,102,28); }
H1.HeaderClassName
{
color: #2B661C;
}
.AnyTagClassName
{
color: #2B661C;
}
</style>
background-color css
<style>
a { background-color: #2B661C; }
a { background-color: rgb(43,102,28); }
div.DivClassName
{
background-color: #2B661C;
}
.BgClassName
{
background-color: #2B661C;
}
</style>
border-color css
<style>
span { border-color: #2B661C; }
span { border-color: rgb(43,102,28); }
td.TdClassName
{
border-color: #2B661C;
}
.TagClassName
{
border-color: #2B661C;
}
</style>