Shades of Green Pea #2C583F
Tints of Green Pea #2C583F
RGB
CMYK
RGB Variations
Color information
#2C583F (or 0x2C583F) is known color: Green Pea. HEX triplet: 2C, 58 and 3F. RGB value is (44,88,63). Sum of RGB (Red+Green+Blue) = 44+88+63=195 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.56% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 88 - color contains mainly: green. Hex color #2C583F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C583F is #D3A7C0. Grayscale: #484848. Windows color (decimal): -13871041 or 4151340. OLE color: 4151340.
HSL color Cylindrical-coordinate representation of color #2C583F: hue angle of 145.91º 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 #2C583F is Cyan = 0.5, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 88 | 63 | - |
| CMYK | 0.5 | 0 | 0.28 | 0.65 |
| HSL | 145.91º | 0.33% | 0.26% | - |
| HSV(B) | 145.91º | 0.5% | 0.35% | - |
| XYZ | 5.43 | 7.87 | 5.94 | - |
| YUV | 71.99 | 122.92 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 88 | 63 | 0.5 | 0 | 0.28 | 0.65 | 145.91 | 0.33 | 0.26 |
| Hex | 2C | 58 | 3F | 32 | 0 | 1C | 41 | 92 | 21 | 1A |
| Octal | 54 | 130 | 77 | 62 | 0 | 34 | 101 | 222 | 41 | 32 |
| Binary | 101100 | 1011000 | 111111 | 110010 | 0 | 11100 | 1000001 | 10010010 | 100001 | 11010 |
Color Harmonies of #2C583F
Complementary color
Monochromatic Colors of #2C583F
Black with #2C583F
Text Example
Text Example
White with #2C583F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C583F; }
p { color: rgb(44,88,63); }
H1.HeaderClassName
{
color: #2C583F;
}
.AnyTagClassName
{
color: #2C583F;
}
</style>
background-color css
<style>
a { background-color: #2C583F; }
a { background-color: rgb(44,88,63); }
div.DivClassName
{
background-color: #2C583F;
}
.BgClassName
{
background-color: #2C583F;
}
</style>
border-color css
<style>
span { border-color: #2C583F; }
span { border-color: rgb(44,88,63); }
td.TdClassName
{
border-color: #2C583F;
}
.TagClassName
{
border-color: #2C583F;
}
</style>