Shades of Green House #2C6322
Tints of Green House #2C6322
RGB
CMYK
RGB Variations
Color information
#2C6322 (or 0x2C6322) is known color: Green House. HEX triplet: 2C, 63 and 22. RGB value is (44,99,34). Sum of RGB (Red+Green+Blue) = 44+99+34=177 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.86% from 177); Green value is 99 (39.06% from 255 or 55.93% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 99 - color contains mainly: green. Hex color #2C6322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6322 is #D39CDD. Grayscale: #4B4B4B. Windows color (decimal): -13868254 or 2253612. OLE color: 2253612.
HSL color Cylindrical-coordinate representation of color #2C6322: hue angle of 110.77º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C6322 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 44 | 99 | 34 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.61 |
| HSL | 110.77º | 0.49% | 0.26% | - |
| HSV(B) | 110.77º | 0.66% | 0.39% | - |
| XYZ | 5.79 | 9.57 | 3.06 | - |
| YUV | 75.15 | 104.78 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 99 | 34 | 0.56 | 0 | 0.66 | 0.61 | 110.77 | 0.49 | 0.26 |
| Hex | 2C | 63 | 22 | 38 | 0 | 42 | 3D | 6F | 31 | 1A |
| Octal | 54 | 143 | 42 | 70 | 0 | 102 | 75 | 157 | 61 | 32 |
| Binary | 101100 | 1100011 | 100010 | 111000 | 0 | 1000010 | 111101 | 1101111 | 110001 | 11010 |
Color Harmonies of #2C6322
Complementary color
Monochromatic Colors of #2C6322
Black with #2C6322
Text Example
Text Example
White with #2C6322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6322; }
p { color: rgb(44,99,34); }
H1.HeaderClassName
{
color: #2C6322;
}
.AnyTagClassName
{
color: #2C6322;
}
</style>
background-color css
<style>
a { background-color: #2C6322; }
a { background-color: rgb(44,99,34); }
div.DivClassName
{
background-color: #2C6322;
}
.BgClassName
{
background-color: #2C6322;
}
</style>
border-color css
<style>
span { border-color: #2C6322; }
span { border-color: rgb(44,99,34); }
td.TdClassName
{
border-color: #2C6322;
}
.TagClassName
{
border-color: #2C6322;
}
</style>