Shades of Green House #2C621E
Tints of Green House #2C621E
RGB
CMYK
RGB Variations
Color information
#2C621E (or 0x2C621E) is known color: Green House. HEX triplet: 2C, 62 and 1E. RGB value is (44,98,30). Sum of RGB (Red+Green+Blue) = 44+98+30=172 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.58% from 172); Green value is 98 (38.67% from 255 or 56.98% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 98 - color contains mainly: green. Hex color #2C621E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C621E is #D39DE1. Grayscale: #4A4A4A. Windows color (decimal): -13868514 or 1991212. OLE color: 1991212.
HSL color Cylindrical-coordinate representation of color #2C621E: hue angle of 107.65º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C621E is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 98 | 30 | - |
| CMYK | 0.55 | 0 | 0.69 | 0.62 |
| HSL | 107.65º | 0.53% | 0.25% | - |
| HSV(B) | 107.65º | 0.69% | 0.38% | - |
| XYZ | 5.64 | 9.36 | 2.74 | - |
| YUV | 74.1 | 103.11 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 98 | 30 | 0.55 | 0 | 0.69 | 0.62 | 107.65 | 0.53 | 0.25 |
| Hex | 2C | 62 | 1E | 37 | 0 | 45 | 3E | 6C | 35 | 19 |
| Octal | 54 | 142 | 36 | 67 | 0 | 105 | 76 | 154 | 65 | 31 |
| Binary | 101100 | 1100010 | 11110 | 110111 | 0 | 1000101 | 111110 | 1101100 | 110101 | 11001 |
Color Harmonies of #2C621E
Complementary color
Monochromatic Colors of #2C621E
Black with #2C621E
Text Example
Text Example
White with #2C621E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C621E; }
p { color: rgb(44,98,30); }
H1.HeaderClassName
{
color: #2C621E;
}
.AnyTagClassName
{
color: #2C621E;
}
</style>
background-color css
<style>
a { background-color: #2C621E; }
a { background-color: rgb(44,98,30); }
div.DivClassName
{
background-color: #2C621E;
}
.BgClassName
{
background-color: #2C621E;
}
</style>
border-color css
<style>
span { border-color: #2C621E; }
span { border-color: rgb(44,98,30); }
td.TdClassName
{
border-color: #2C621E;
}
.TagClassName
{
border-color: #2C621E;
}
</style>