Shades of Green Pea #2C6841
Tints of Green Pea #2C6841
RGB
CMYK
RGB Variations
Color information
#2C6841 (or 0x2C6841) is known color: Green Pea. HEX triplet: 2C, 68 and 41. RGB value is (44,104,65). Sum of RGB (Red+Green+Blue) = 44+104+65=213 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.66% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #2C6841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6841 is #D397BE. Grayscale: #515151. Windows color (decimal): -13866943 or 4286508. OLE color: 4286508.
HSL color Cylindrical-coordinate representation of color #2C6841: hue angle of 141º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C6841 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 104 | 65 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.59 |
| HSL | 141º | 0.41% | 0.29% | - |
| HSV(B) | 141º | 0.58% | 0.41% | - |
| XYZ | 6.94 | 10.82 | 6.72 | - |
| YUV | 81.61 | 118.62 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 104 | 65 | 0.58 | 0 | 0.38 | 0.59 | 141 | 0.41 | 0.29 |
| Hex | 2C | 68 | 41 | 3A | 0 | 26 | 3B | 8D | 29 | 1D |
| Octal | 54 | 150 | 101 | 72 | 0 | 46 | 73 | 215 | 51 | 35 |
| Binary | 101100 | 1101000 | 1000001 | 111010 | 0 | 100110 | 111011 | 10001101 | 101001 | 11101 |
Color Harmonies of #2C6841
Complementary color
Monochromatic Colors of #2C6841
Black with #2C6841
Text Example
Text Example
White with #2C6841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6841; }
p { color: rgb(44,104,65); }
H1.HeaderClassName
{
color: #2C6841;
}
.AnyTagClassName
{
color: #2C6841;
}
</style>
background-color css
<style>
a { background-color: #2C6841; }
a { background-color: rgb(44,104,65); }
div.DivClassName
{
background-color: #2C6841;
}
.BgClassName
{
background-color: #2C6841;
}
</style>
border-color css
<style>
span { border-color: #2C6841; }
span { border-color: rgb(44,104,65); }
td.TdClassName
{
border-color: #2C6841;
}
.TagClassName
{
border-color: #2C6841;
}
</style>