Shades of Green Pea #2C704C
Tints of Green Pea #2C704C
RGB
CMYK
RGB Variations
Color information
#2C704C (or 0x2C704C) is known color: Green Pea. HEX triplet: 2C, 70 and 4C. RGB value is (44,112,76). Sum of RGB (Red+Green+Blue) = 44+112+76=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #2C704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C704C is #D38FB3. Grayscale: #575757. Windows color (decimal): -13864884 or 5009452. OLE color: 5009452.
HSL color Cylindrical-coordinate representation of color #2C704C: hue angle of 148.24º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C704C is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 112 | 76 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.56 |
| HSL | 148.24º | 0.44% | 0.31% | - |
| HSV(B) | 148.24º | 0.61% | 0.44% | - |
| XYZ | 8.14 | 12.65 | 8.85 | - |
| YUV | 87.56 | 121.47 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 112 | 76 | 0.61 | 0 | 0.32 | 0.56 | 148.24 | 0.44 | 0.31 |
| Hex | 2C | 70 | 4C | 3D | 0 | 20 | 38 | 94 | 2C | 1F |
| Octal | 54 | 160 | 114 | 75 | 0 | 40 | 70 | 224 | 54 | 37 |
| Binary | 101100 | 1110000 | 1001100 | 111101 | 0 | 100000 | 111000 | 10010100 | 101100 | 11111 |
Color Harmonies of #2C704C
Complementary color
Monochromatic Colors of #2C704C
Black with #2C704C
Text Example
Text Example
White with #2C704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C704C; }
p { color: rgb(44,112,76); }
H1.HeaderClassName
{
color: #2C704C;
}
.AnyTagClassName
{
color: #2C704C;
}
</style>
background-color css
<style>
a { background-color: #2C704C; }
a { background-color: rgb(44,112,76); }
div.DivClassName
{
background-color: #2C704C;
}
.BgClassName
{
background-color: #2C704C;
}
</style>
border-color css
<style>
span { border-color: #2C704C; }
span { border-color: rgb(44,112,76); }
td.TdClassName
{
border-color: #2C704C;
}
.TagClassName
{
border-color: #2C704C;
}
</style>