Shades of Green House #2B631C
Tints of Green House #2B631C
RGB
CMYK
RGB Variations
Color information
#2B631C (or 0x2B631C) is known color: Green House. HEX triplet: 2B, 63 and 1C. RGB value is (43,99,28). Sum of RGB (Red+Green+Blue) = 43+99+28=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 99 (39.06% from 255 or 58.24% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 99 - color contains mainly: green. Hex color #2B631C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B631C is #D49CE3. Grayscale: #4A4A4A. Windows color (decimal): -13933796 or 1860395. OLE color: 1860395.
HSL color Cylindrical-coordinate representation of color #2B631C: hue angle of 107.32º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B631C is Cyan = 0.57, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 99 | 28 | - |
| CMYK | 0.57 | 0 | 0.72 | 0.61 |
| HSL | 107.32º | 0.56% | 0.25% | - |
| HSV(B) | 107.32º | 0.72% | 0.39% | - |
| XYZ | 5.67 | 9.52 | 2.64 | - |
| YUV | 74.16 | 101.95 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 28 | 0.57 | 0 | 0.72 | 0.61 | 107.32 | 0.56 | 0.25 |
| Hex | 2B | 63 | 1C | 39 | 0 | 48 | 3D | 6B | 38 | 19 |
| Octal | 53 | 143 | 34 | 71 | 0 | 110 | 75 | 153 | 70 | 31 |
| Binary | 101011 | 1100011 | 11100 | 111001 | 0 | 1001000 | 111101 | 1101011 | 111000 | 11001 |
Color Harmonies of #2B631C
Complementary color
Monochromatic Colors of #2B631C
Black with #2B631C
Text Example
Text Example
White with #2B631C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B631C; }
p { color: rgb(43,99,28); }
H1.HeaderClassName
{
color: #2B631C;
}
.AnyTagClassName
{
color: #2B631C;
}
</style>
background-color css
<style>
a { background-color: #2B631C; }
a { background-color: rgb(43,99,28); }
div.DivClassName
{
background-color: #2B631C;
}
.BgClassName
{
background-color: #2B631C;
}
</style>
border-color css
<style>
span { border-color: #2B631C; }
span { border-color: rgb(43,99,28); }
td.TdClassName
{
border-color: #2B631C;
}
.TagClassName
{
border-color: #2B631C;
}
</style>