Shades of Green House #2B5D22
Tints of Green House #2B5D22
RGB
CMYK
RGB Variations
Color information
#2B5D22 (or 0x2B5D22) is known color: Green House. HEX triplet: 2B, 5D and 22. RGB value is (43,93,34). Sum of RGB (Red+Green+Blue) = 43+93+34=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 93 (36.72% from 255 or 54.71% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 93 - color contains mainly: green. Hex color #2B5D22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5D22 is #D4A2DD. Grayscale: #474747. Windows color (decimal): -13935326 or 2252075. OLE color: 2252075.
HSL color Cylindrical-coordinate representation of color #2B5D22: hue angle of 110.85º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B5D22 is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 93 | 34 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.64 |
| HSL | 110.85º | 0.46% | 0.25% | - |
| HSV(B) | 110.85º | 0.63% | 0.36% | - |
| XYZ | 5.2 | 8.46 | 2.87 | - |
| YUV | 71.32 | 106.94 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 93 | 34 | 0.54 | 0 | 0.63 | 0.64 | 110.85 | 0.46 | 0.25 |
| Hex | 2B | 5D | 22 | 36 | 0 | 3F | 40 | 6F | 2E | 19 |
| Octal | 53 | 135 | 42 | 66 | 0 | 77 | 100 | 157 | 56 | 31 |
| Binary | 101011 | 1011101 | 100010 | 110110 | 0 | 111111 | 1000000 | 1101111 | 101110 | 11001 |
Color Harmonies of #2B5D22
Complementary color
Monochromatic Colors of #2B5D22
Black with #2B5D22
Text Example
Text Example
White with #2B5D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5D22; }
p { color: rgb(43,93,34); }
H1.HeaderClassName
{
color: #2B5D22;
}
.AnyTagClassName
{
color: #2B5D22;
}
</style>
background-color css
<style>
a { background-color: #2B5D22; }
a { background-color: rgb(43,93,34); }
div.DivClassName
{
background-color: #2B5D22;
}
.BgClassName
{
background-color: #2B5D22;
}
</style>
border-color css
<style>
span { border-color: #2B5D22; }
span { border-color: rgb(43,93,34); }
td.TdClassName
{
border-color: #2B5D22;
}
.TagClassName
{
border-color: #2B5D22;
}
</style>