Shades of Green Pea #2C6C49
Tints of Green Pea #2C6C49
RGB
CMYK
RGB Variations
Color information
#2C6C49 (or 0x2C6C49) is known color: Green Pea. HEX triplet: 2C, 6C and 49. RGB value is (44,108,73). Sum of RGB (Red+Green+Blue) = 44+108+73=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 108 - color contains mainly: green. Hex color #2C6C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6C49 is #D393B6. Grayscale: #545454. Windows color (decimal): -13865911 or 4811820. OLE color: 4811820.
HSL color Cylindrical-coordinate representation of color #2C6C49: hue angle of 147.19º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2C6C49 is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 44 | 108 | 73 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.58 |
| HSL | 147.19º | 0.42% | 0.3% | - |
| HSV(B) | 147.19º | 0.59% | 0.42% | - |
| XYZ | 7.6 | 11.74 | 8.17 | - |
| YUV | 84.87 | 121.3 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 108 | 73 | 0.59 | 0 | 0.32 | 0.58 | 147.19 | 0.42 | 0.3 |
| Hex | 2C | 6C | 49 | 3B | 0 | 20 | 3A | 93 | 2A | 1E |
| Octal | 54 | 154 | 111 | 73 | 0 | 40 | 72 | 223 | 52 | 36 |
| Binary | 101100 | 1101100 | 1001001 | 111011 | 0 | 100000 | 111010 | 10010011 | 101010 | 11110 |
Color Harmonies of #2C6C49
Complementary color
Monochromatic Colors of #2C6C49
Black with #2C6C49
Text Example
Text Example
White with #2C6C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6C49; }
p { color: rgb(44,108,73); }
H1.HeaderClassName
{
color: #2C6C49;
}
.AnyTagClassName
{
color: #2C6C49;
}
</style>
background-color css
<style>
a { background-color: #2C6C49; }
a { background-color: rgb(44,108,73); }
div.DivClassName
{
background-color: #2C6C49;
}
.BgClassName
{
background-color: #2C6C49;
}
</style>
border-color css
<style>
span { border-color: #2C6C49; }
span { border-color: rgb(44,108,73); }
td.TdClassName
{
border-color: #2C6C49;
}
.TagClassName
{
border-color: #2C6C49;
}
</style>