Shades of Green Pea #2C6848
Tints of Green Pea #2C6848
RGB
CMYK
RGB Variations
Color information
#2C6848 (or 0x2C6848) is known color: Green Pea. HEX triplet: 2C, 68 and 48. RGB value is (44,104,72). Sum of RGB (Red+Green+Blue) = 44+104+72=220 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 104 - color contains mainly: green. Hex color #2C6848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6848 is #D397B7. Grayscale: #525252. Windows color (decimal): -13866936 or 4745260. OLE color: 4745260.
HSL color Cylindrical-coordinate representation of color #2C6848: hue angle of 148º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C6848 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 104 | 72 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.59 |
| HSL | 148º | 0.41% | 0.29% | - |
| HSV(B) | 148º | 0.58% | 0.41% | - |
| XYZ | 7.16 | 10.9 | 7.86 | - |
| YUV | 82.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 104 | 72 | 0.58 | 0 | 0.31 | 0.59 | 148 | 0.41 | 0.29 |
| Hex | 2C | 68 | 48 | 3A | 0 | 1F | 3B | 94 | 29 | 1D |
| Octal | 54 | 150 | 110 | 72 | 0 | 37 | 73 | 224 | 51 | 35 |
| Binary | 101100 | 1101000 | 1001000 | 111010 | 0 | 11111 | 111011 | 10010100 | 101001 | 11101 |
Color Harmonies of #2C6848
Complementary color
Monochromatic Colors of #2C6848
Black with #2C6848
Text Example
Text Example
White with #2C6848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6848; }
p { color: rgb(44,104,72); }
H1.HeaderClassName
{
color: #2C6848;
}
.AnyTagClassName
{
color: #2C6848;
}
</style>
background-color css
<style>
a { background-color: #2C6848; }
a { background-color: rgb(44,104,72); }
div.DivClassName
{
background-color: #2C6848;
}
.BgClassName
{
background-color: #2C6848;
}
</style>
border-color css
<style>
span { border-color: #2C6848; }
span { border-color: rgb(44,104,72); }
td.TdClassName
{
border-color: #2C6848;
}
.TagClassName
{
border-color: #2C6848;
}
</style>