Shades of Green House #2B631F
Tints of Green House #2B631F
RGB
CMYK
RGB Variations
Color information
#2B631F (or 0x2B631F) is known color: Green House. HEX triplet: 2B, 63 and 1F. RGB value is (43,99,31). Sum of RGB (Red+Green+Blue) = 43+99+31=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 99 (39.06% from 255 or 57.23% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 99 - color contains mainly: green. Hex color #2B631F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B631F is #D49CE0. Grayscale: #4A4A4A. Windows color (decimal): -13933793 or 2057003. OLE color: 2057003.
HSL color Cylindrical-coordinate representation of color #2B631F: hue angle of 109.41º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B631F is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 99 | 31 | - |
| CMYK | 0.57 | 0 | 0.69 | 0.61 |
| HSL | 109.41º | 0.52% | 0.25% | - |
| HSV(B) | 109.41º | 0.69% | 0.39% | - |
| XYZ | 5.71 | 9.54 | 2.84 | - |
| YUV | 74.5 | 103.45 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 31 | 0.57 | 0 | 0.69 | 0.61 | 109.41 | 0.52 | 0.25 |
| Hex | 2B | 63 | 1F | 39 | 0 | 45 | 3D | 6D | 34 | 19 |
| Octal | 53 | 143 | 37 | 71 | 0 | 105 | 75 | 155 | 64 | 31 |
| Binary | 101011 | 1100011 | 11111 | 111001 | 0 | 1000101 | 111101 | 1101101 | 110100 | 11001 |
Color Harmonies of #2B631F
Complementary color
Monochromatic Colors of #2B631F
Black with #2B631F
Text Example
Text Example
White with #2B631F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B631F; }
p { color: rgb(43,99,31); }
H1.HeaderClassName
{
color: #2B631F;
}
.AnyTagClassName
{
color: #2B631F;
}
</style>
background-color css
<style>
a { background-color: #2B631F; }
a { background-color: rgb(43,99,31); }
div.DivClassName
{
background-color: #2B631F;
}
.BgClassName
{
background-color: #2B631F;
}
</style>
border-color css
<style>
span { border-color: #2B631F; }
span { border-color: rgb(43,99,31); }
td.TdClassName
{
border-color: #2B631F;
}
.TagClassName
{
border-color: #2B631F;
}
</style>