Shades of Green Pea #2C6243
Tints of Green Pea #2C6243
RGB
CMYK
RGB Variations
Color information
#2C6243 (or 0x2C6243) is known color: Green Pea. HEX triplet: 2C, 62 and 43. RGB value is (44,98,67). Sum of RGB (Red+Green+Blue) = 44+98+67=209 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.05% from 209); Green value is 98 (38.67% from 255 or 46.89% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 98 - color contains mainly: green. Hex color #2C6243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6243 is #D39DBC. Grayscale: #4E4E4E. Windows color (decimal): -13868477 or 4416044. OLE color: 4416044.
HSL color Cylindrical-coordinate representation of color #2C6243: hue angle of 145.56º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C6243 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 98 | 67 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.62 |
| HSL | 145.56º | 0.38% | 0.28% | - |
| HSV(B) | 145.56º | 0.55% | 0.38% | - |
| XYZ | 6.42 | 9.68 | 6.84 | - |
| YUV | 78.32 | 121.61 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 98 | 67 | 0.55 | 0 | 0.32 | 0.62 | 145.56 | 0.38 | 0.28 |
| Hex | 2C | 62 | 43 | 37 | 0 | 20 | 3E | 92 | 26 | 1C |
| Octal | 54 | 142 | 103 | 67 | 0 | 40 | 76 | 222 | 46 | 34 |
| Binary | 101100 | 1100010 | 1000011 | 110111 | 0 | 100000 | 111110 | 10010010 | 100110 | 11100 |
Color Harmonies of #2C6243
Complementary color
Monochromatic Colors of #2C6243
Black with #2C6243
Text Example
Text Example
White with #2C6243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6243; }
p { color: rgb(44,98,67); }
H1.HeaderClassName
{
color: #2C6243;
}
.AnyTagClassName
{
color: #2C6243;
}
</style>
background-color css
<style>
a { background-color: #2C6243; }
a { background-color: rgb(44,98,67); }
div.DivClassName
{
background-color: #2C6243;
}
.BgClassName
{
background-color: #2C6243;
}
</style>
border-color css
<style>
span { border-color: #2C6243; }
span { border-color: rgb(44,98,67); }
td.TdClassName
{
border-color: #2C6243;
}
.TagClassName
{
border-color: #2C6243;
}
</style>