Shades of Green House #2C6719
Tints of Green House #2C6719
RGB
CMYK
RGB Variations
Color information
#2C6719 (or 0x2C6719) is known color: Green House. HEX triplet: 2C, 67 and 19. RGB value is (44,103,25). Sum of RGB (Red+Green+Blue) = 44+103+25=172 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.58% from 172); Green value is 103 (40.62% from 255 or 59.88% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 103 - color contains mainly: green. Hex color #2C6719 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6719 is #D398E6. Grayscale: #4C4C4C. Windows color (decimal): -13867239 or 1664812. OLE color: 1664812.
HSL color Cylindrical-coordinate representation of color #2C6719: hue angle of 105.38º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C6719 is Cyan = 0.57, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 103 | 25 | - |
| CMYK | 0.57 | 0 | 0.76 | 0.60 |
| HSL | 105.38º | 0.61% | 0.25% | - |
| HSV(B) | 105.38º | 0.76% | 0.4% | - |
| XYZ | 6.06 | 10.31 | 2.59 | - |
| YUV | 76.47 | 98.95 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 103 | 25 | 0.57 | 0 | 0.76 | 0.60 | 105.38 | 0.61 | 0.25 |
| Hex | 2C | 67 | 19 | 39 | 0 | 4C | 3C | 69 | 3D | 19 |
| Octal | 54 | 147 | 31 | 71 | 0 | 114 | 74 | 151 | 75 | 31 |
| Binary | 101100 | 1100111 | 11001 | 111001 | 0 | 1001100 | 111100 | 1101001 | 111101 | 11001 |
Color Harmonies of #2C6719
Complementary color
Monochromatic Colors of #2C6719
Black with #2C6719
Text Example
Text Example
White with #2C6719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6719; }
p { color: rgb(44,103,25); }
H1.HeaderClassName
{
color: #2C6719;
}
.AnyTagClassName
{
color: #2C6719;
}
</style>
background-color css
<style>
a { background-color: #2C6719; }
a { background-color: rgb(44,103,25); }
div.DivClassName
{
background-color: #2C6719;
}
.BgClassName
{
background-color: #2C6719;
}
</style>
border-color css
<style>
span { border-color: #2C6719; }
span { border-color: rgb(44,103,25); }
td.TdClassName
{
border-color: #2C6719;
}
.TagClassName
{
border-color: #2C6719;
}
</style>