Shades of Green Pea #2C5D44
Tints of Green Pea #2C5D44
RGB
CMYK
RGB Variations
Color information
#2C5D44 (or 0x2C5D44) is known color: Green Pea. HEX triplet: 2C, 5D and 44. RGB value is (44,93,68). Sum of RGB (Red+Green+Blue) = 44+93+68=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 93 (36.72% from 255 or 45.37% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 93 - color contains mainly: green. Hex color #2C5D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5D44 is #D3A2BB. Grayscale: #4B4B4B. Windows color (decimal): -13869756 or 4480300. OLE color: 4480300.
HSL color Cylindrical-coordinate representation of color #2C5D44: hue angle of 149.39º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2C5D44 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 93 | 68 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.64 |
| HSL | 149.39º | 0.36% | 0.27% | - |
| HSV(B) | 149.39º | 0.53% | 0.36% | - |
| XYZ | 6 | 8.78 | 6.85 | - |
| YUV | 75.5 | 123.77 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 93 | 68 | 0.53 | 0 | 0.27 | 0.64 | 149.39 | 0.36 | 0.27 |
| Hex | 2C | 5D | 44 | 35 | 0 | 1B | 40 | 95 | 24 | 1B |
| Octal | 54 | 135 | 104 | 65 | 0 | 33 | 100 | 225 | 44 | 33 |
| Binary | 101100 | 1011101 | 1000100 | 110101 | 0 | 11011 | 1000000 | 10010101 | 100100 | 11011 |
Color Harmonies of #2C5D44
Complementary color
Monochromatic Colors of #2C5D44
Black with #2C5D44
Text Example
Text Example
White with #2C5D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5D44; }
p { color: rgb(44,93,68); }
H1.HeaderClassName
{
color: #2C5D44;
}
.AnyTagClassName
{
color: #2C5D44;
}
</style>
background-color css
<style>
a { background-color: #2C5D44; }
a { background-color: rgb(44,93,68); }
div.DivClassName
{
background-color: #2C5D44;
}
.BgClassName
{
background-color: #2C5D44;
}
</style>
border-color css
<style>
span { border-color: #2C5D44; }
span { border-color: rgb(44,93,68); }
td.TdClassName
{
border-color: #2C5D44;
}
.TagClassName
{
border-color: #2C5D44;
}
</style>