Shades of Green House #2B6117
Tints of Green House #2B6117
RGB
CMYK
RGB Variations
Color information
#2B6117 (or 0x2B6117) is known color: Green House. HEX triplet: 2B, 61 and 17. RGB value is (43,97,23). Sum of RGB (Red+Green+Blue) = 43+97+23=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 97 (38.28% from 255 or 59.51% from 163); Blue value is 23 (9.38% from 255 or 14.11% from 163); Max value from RGB is 97 - color contains mainly: green. Hex color #2B6117 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6117 is #D49EE8. Grayscale: #484848. Windows color (decimal): -13934313 or 1532203. OLE color: 1532203.
HSL color Cylindrical-coordinate representation of color #2B6117: hue angle of 103.78º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B6117 is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 97 | 23 | - |
| CMYK | 0.56 | 0 | 0.76 | 0.62 |
| HSL | 103.78º | 0.62% | 0.24% | - |
| HSV(B) | 103.78º | 0.76% | 0.38% | - |
| XYZ | 5.43 | 9.12 | 2.29 | - |
| YUV | 72.42 | 100.11 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 97 | 23 | 0.56 | 0 | 0.76 | 0.62 | 103.78 | 0.62 | 0.24 |
| Hex | 2B | 61 | 17 | 38 | 0 | 4C | 3E | 68 | 3E | 18 |
| Octal | 53 | 141 | 27 | 70 | 0 | 114 | 76 | 150 | 76 | 30 |
| Binary | 101011 | 1100001 | 10111 | 111000 | 0 | 1001100 | 111110 | 1101000 | 111110 | 11000 |
Color Harmonies of #2B6117
Complementary color
Monochromatic Colors of #2B6117
Black with #2B6117
Text Example
Text Example
White with #2B6117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6117; }
p { color: rgb(43,97,23); }
H1.HeaderClassName
{
color: #2B6117;
}
.AnyTagClassName
{
color: #2B6117;
}
</style>
background-color css
<style>
a { background-color: #2B6117; }
a { background-color: rgb(43,97,23); }
div.DivClassName
{
background-color: #2B6117;
}
.BgClassName
{
background-color: #2B6117;
}
</style>
border-color css
<style>
span { border-color: #2B6117; }
span { border-color: rgb(43,97,23); }
td.TdClassName
{
border-color: #2B6117;
}
.TagClassName
{
border-color: #2B6117;
}
</style>