Shades of Green Pea #2C643E
Tints of Green Pea #2C643E
RGB
CMYK
RGB Variations
Color information
#2C643E (or 0x2C643E) is known color: Green Pea. HEX triplet: 2C, 64 and 3E. RGB value is (44,100,62). Sum of RGB (Red+Green+Blue) = 44+100+62=206 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.36% from 206); Green value is 100 (39.45% from 255 or 48.54% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 100 - color contains mainly: green. Hex color #2C643E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C643E is #D39BC1. Grayscale: #4F4F4F. Windows color (decimal): -13867970 or 4088876. OLE color: 4088876.
HSL color Cylindrical-coordinate representation of color #2C643E: hue angle of 139.29º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C643E is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 44 | 100 | 62 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.61 |
| HSL | 139.29º | 0.39% | 0.28% | - |
| HSV(B) | 139.29º | 0.56% | 0.39% | - |
| XYZ | 6.47 | 10 | 6.15 | - |
| YUV | 78.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 100 | 62 | 0.56 | 0 | 0.38 | 0.61 | 139.29 | 0.39 | 0.28 |
| Hex | 2C | 64 | 3E | 38 | 0 | 26 | 3D | 8B | 27 | 1C |
| Octal | 54 | 144 | 76 | 70 | 0 | 46 | 75 | 213 | 47 | 34 |
| Binary | 101100 | 1100100 | 111110 | 111000 | 0 | 100110 | 111101 | 10001011 | 100111 | 11100 |
Color Harmonies of #2C643E
Complementary color
Monochromatic Colors of #2C643E
Black with #2C643E
Text Example
Text Example
White with #2C643E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C643E; }
p { color: rgb(44,100,62); }
H1.HeaderClassName
{
color: #2C643E;
}
.AnyTagClassName
{
color: #2C643E;
}
</style>
background-color css
<style>
a { background-color: #2C643E; }
a { background-color: rgb(44,100,62); }
div.DivClassName
{
background-color: #2C643E;
}
.BgClassName
{
background-color: #2C643E;
}
</style>
border-color css
<style>
span { border-color: #2C643E; }
span { border-color: rgb(44,100,62); }
td.TdClassName
{
border-color: #2C643E;
}
.TagClassName
{
border-color: #2C643E;
}
</style>