Shades of Green Pea #2C5845
Tints of Green Pea #2C5845
RGB
CMYK
RGB Variations
Color information
#2C5845 (or 0x2C5845) is known color: Green Pea. HEX triplet: 2C, 58 and 45. RGB value is (44,88,69). Sum of RGB (Red+Green+Blue) = 44+88+69=201 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.89% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 88 - color contains mainly: green. Hex color #2C5845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5845 is #D3A7BA. Grayscale: #484848. Windows color (decimal): -13871035 or 4544556. OLE color: 4544556.
HSL color Cylindrical-coordinate representation of color #2C5845: hue angle of 154.09º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C5845 is Cyan = 0.5, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 88 | 69 | - |
| CMYK | 0.5 | 0 | 0.22 | 0.65 |
| HSL | 154.09º | 0.33% | 0.26% | - |
| HSV(B) | 154.09º | 0.5% | 0.35% | - |
| XYZ | 5.6 | 7.94 | 6.87 | - |
| YUV | 72.68 | 125.92 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 88 | 69 | 0.5 | 0 | 0.22 | 0.65 | 154.09 | 0.33 | 0.26 |
| Hex | 2C | 58 | 45 | 32 | 0 | 16 | 41 | 9A | 21 | 1A |
| Octal | 54 | 130 | 105 | 62 | 0 | 26 | 101 | 232 | 41 | 32 |
| Binary | 101100 | 1011000 | 1000101 | 110010 | 0 | 10110 | 1000001 | 10011010 | 100001 | 11010 |
Color Harmonies of #2C5845
Complementary color
Monochromatic Colors of #2C5845
Black with #2C5845
Text Example
Text Example
White with #2C5845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5845; }
p { color: rgb(44,88,69); }
H1.HeaderClassName
{
color: #2C5845;
}
.AnyTagClassName
{
color: #2C5845;
}
</style>
background-color css
<style>
a { background-color: #2C5845; }
a { background-color: rgb(44,88,69); }
div.DivClassName
{
background-color: #2C5845;
}
.BgClassName
{
background-color: #2C5845;
}
</style>
border-color css
<style>
span { border-color: #2C5845; }
span { border-color: rgb(44,88,69); }
td.TdClassName
{
border-color: #2C5845;
}
.TagClassName
{
border-color: #2C5845;
}
</style>