Shades of Green House #2C6621
Tints of Green House #2C6621
RGB
CMYK
RGB Variations
Color information
#2C6621 (or 0x2C6621) is known color: Green House. HEX triplet: 2C, 66 and 21. RGB value is (44,102,33). Sum of RGB (Red+Green+Blue) = 44+102+33=179 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.58% from 179); Green value is 102 (40.23% from 255 or 56.98% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 102 - color contains mainly: green. Hex color #2C6621 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6621 is #D399DE. Grayscale: #4D4D4D. Windows color (decimal): -13867487 or 2188844. OLE color: 2188844.
HSL color Cylindrical-coordinate representation of color #2C6621: hue angle of 110.43º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C6621 is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 44 | 102 | 33 | - |
| CMYK | 0.57 | 0 | 0.68 | 0.6 |
| HSL | 110.43º | 0.51% | 0.26% | - |
| HSV(B) | 110.43º | 0.68% | 0.4% | - |
| XYZ | 6.06 | 10.15 | 3.08 | - |
| YUV | 76.79 | 103.28 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 102 | 33 | 0.57 | 0 | 0.68 | 0.6 | 110.43 | 0.51 | 0.26 |
| Hex | 2C | 66 | 21 | 39 | 0 | 44 | 3C | 6E | 33 | 1A |
| Octal | 54 | 146 | 41 | 71 | 0 | 104 | 74 | 156 | 63 | 32 |
| Binary | 101100 | 1100110 | 100001 | 111001 | 0 | 1000100 | 111100 | 1101110 | 110011 | 11010 |
Color Harmonies of #2C6621
Complementary color
Monochromatic Colors of #2C6621
Black with #2C6621
Text Example
Text Example
White with #2C6621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6621; }
p { color: rgb(44,102,33); }
H1.HeaderClassName
{
color: #2C6621;
}
.AnyTagClassName
{
color: #2C6621;
}
</style>
background-color css
<style>
a { background-color: #2C6621; }
a { background-color: rgb(44,102,33); }
div.DivClassName
{
background-color: #2C6621;
}
.BgClassName
{
background-color: #2C6621;
}
</style>
border-color css
<style>
span { border-color: #2C6621; }
span { border-color: rgb(44,102,33); }
td.TdClassName
{
border-color: #2C6621;
}
.TagClassName
{
border-color: #2C6621;
}
</style>