Shades of Green House #2C651C
Tints of Green House #2C651C
RGB
CMYK
RGB Variations
Color information
#2C651C (or 0x2C651C) is known color: Green House. HEX triplet: 2C, 65 and 1C. RGB value is (44,101,28). Sum of RGB (Red+Green+Blue) = 44+101+28=173 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.43% from 173); Green value is 101 (39.84% from 255 or 58.38% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 101 - color contains mainly: green. Hex color #2C651C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C651C is #D39AE3. Grayscale: #4B4B4B. Windows color (decimal): -13867748 or 1860908. OLE color: 1860908.
HSL color Cylindrical-coordinate representation of color #2C651C: hue angle of 106.85º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C651C is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 101 | 28 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.60 |
| HSL | 106.85º | 0.57% | 0.25% | - |
| HSV(B) | 106.85º | 0.72% | 0.4% | - |
| XYZ | 5.9 | 9.93 | 2.7 | - |
| YUV | 75.64 | 101.12 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 101 | 28 | 0.56 | 0 | 0.72 | 0.60 | 106.85 | 0.57 | 0.25 |
| Hex | 2C | 65 | 1C | 38 | 0 | 48 | 3C | 6B | 39 | 19 |
| Octal | 54 | 145 | 34 | 70 | 0 | 110 | 74 | 153 | 71 | 31 |
| Binary | 101100 | 1100101 | 11100 | 111000 | 0 | 1001000 | 111100 | 1101011 | 111001 | 11001 |
Color Harmonies of #2C651C
Complementary color
Monochromatic Colors of #2C651C
Black with #2C651C
Text Example
Text Example
White with #2C651C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C651C; }
p { color: rgb(44,101,28); }
H1.HeaderClassName
{
color: #2C651C;
}
.AnyTagClassName
{
color: #2C651C;
}
</style>
background-color css
<style>
a { background-color: #2C651C; }
a { background-color: rgb(44,101,28); }
div.DivClassName
{
background-color: #2C651C;
}
.BgClassName
{
background-color: #2C651C;
}
</style>
border-color css
<style>
span { border-color: #2C651C; }
span { border-color: rgb(44,101,28); }
td.TdClassName
{
border-color: #2C651C;
}
.TagClassName
{
border-color: #2C651C;
}
</style>