Shades of Green House #2B6115
Tints of Green House #2B6115
RGB
CMYK
RGB Variations
Color information
#2B6115 (or 0x2B6115) is known color: Green House. HEX triplet: 2B, 61 and 15. RGB value is (43,97,21). Sum of RGB (Red+Green+Blue) = 43+97+21=161 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.71% from 161); Green value is 97 (38.28% from 255 or 60.25% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 97 - color contains mainly: green. Hex color #2B6115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6115 is #D49EEA. Grayscale: #484848. Windows color (decimal): -13934315 or 1401131. OLE color: 1401131.
HSL color Cylindrical-coordinate representation of color #2B6115: hue angle of 102.63º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B6115 is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 97 | 21 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.62 |
| HSL | 102.63º | 0.64% | 0.23% | - |
| HSV(B) | 102.63º | 0.78% | 0.38% | - |
| XYZ | 5.41 | 9.12 | 2.18 | - |
| YUV | 72.19 | 99.11 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 97 | 21 | 0.56 | 0 | 0.78 | 0.62 | 102.63 | 0.64 | 0.23 |
| Hex | 2B | 61 | 15 | 38 | 0 | 4E | 3E | 67 | 40 | 17 |
| Octal | 53 | 141 | 25 | 70 | 0 | 116 | 76 | 147 | 100 | 27 |
| Binary | 101011 | 1100001 | 10101 | 111000 | 0 | 1001110 | 111110 | 1100111 | 1000000 | 10111 |
Color Harmonies of #2B6115
Complementary color
Monochromatic Colors of #2B6115
Black with #2B6115
Text Example
Text Example
White with #2B6115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6115; }
p { color: rgb(43,97,21); }
H1.HeaderClassName
{
color: #2B6115;
}
.AnyTagClassName
{
color: #2B6115;
}
</style>
background-color css
<style>
a { background-color: #2B6115; }
a { background-color: rgb(43,97,21); }
div.DivClassName
{
background-color: #2B6115;
}
.BgClassName
{
background-color: #2B6115;
}
</style>
border-color css
<style>
span { border-color: #2B6115; }
span { border-color: rgb(43,97,21); }
td.TdClassName
{
border-color: #2B6115;
}
.TagClassName
{
border-color: #2B6115;
}
</style>