Shades of Green Pea #2C6948
Tints of Green Pea #2C6948
RGB
CMYK
RGB Variations
Color information
#2C6948 (or 0x2C6948) is known color: Green Pea. HEX triplet: 2C, 69 and 48. RGB value is (44,105,72). Sum of RGB (Red+Green+Blue) = 44+105+72=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 105 - color contains mainly: green. Hex color #2C6948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6948 is #D396B7. Grayscale: #535353. Windows color (decimal): -13866680 or 4745516. OLE color: 4745516.
HSL color Cylindrical-coordinate representation of color #2C6948: hue angle of 147.54º 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 #2C6948 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 105 | 72 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.59 |
| HSL | 147.54º | 0.41% | 0.29% | - |
| HSV(B) | 147.54º | 0.58% | 0.41% | - |
| XYZ | 7.26 | 11.11 | 7.89 | - |
| YUV | 83 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 105 | 72 | 0.58 | 0 | 0.31 | 0.59 | 147.54 | 0.41 | 0.29 |
| Hex | 2C | 69 | 48 | 3A | 0 | 1F | 3B | 94 | 29 | 1D |
| Octal | 54 | 151 | 110 | 72 | 0 | 37 | 73 | 224 | 51 | 35 |
| Binary | 101100 | 1101001 | 1001000 | 111010 | 0 | 11111 | 111011 | 10010100 | 101001 | 11101 |
Color Harmonies of #2C6948
Complementary color
Monochromatic Colors of #2C6948
Black with #2C6948
Text Example
Text Example
White with #2C6948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6948; }
p { color: rgb(44,105,72); }
H1.HeaderClassName
{
color: #2C6948;
}
.AnyTagClassName
{
color: #2C6948;
}
</style>
background-color css
<style>
a { background-color: #2C6948; }
a { background-color: rgb(44,105,72); }
div.DivClassName
{
background-color: #2C6948;
}
.BgClassName
{
background-color: #2C6948;
}
</style>
border-color css
<style>
span { border-color: #2C6948; }
span { border-color: rgb(44,105,72); }
td.TdClassName
{
border-color: #2C6948;
}
.TagClassName
{
border-color: #2C6948;
}
</style>