Shades of Green Pea #2C613F
Tints of Green Pea #2C613F
RGB
CMYK
RGB Variations
Color information
#2C613F (or 0x2C613F) is known color: Green Pea. HEX triplet: 2C, 61 and 3F. RGB value is (44,97,63). Sum of RGB (Red+Green+Blue) = 44+97+63=204 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.57% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 97 - color contains mainly: green. Hex color #2C613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C613F is #D39EC0. Grayscale: #4D4D4D. Windows color (decimal): -13868737 or 4153644. OLE color: 4153644.
HSL color Cylindrical-coordinate representation of color #2C613F: hue angle of 141.51º 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 #2C613F is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 97 | 63 | - |
| CMYK | 0.55 | 0 | 0.35 | 0.62 |
| HSL | 141.51º | 0.38% | 0.28% | - |
| HSV(B) | 141.51º | 0.55% | 0.38% | - |
| XYZ | 6.21 | 9.44 | 6.2 | - |
| YUV | 77.28 | 119.94 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 97 | 63 | 0.55 | 0 | 0.35 | 0.62 | 141.51 | 0.38 | 0.28 |
| Hex | 2C | 61 | 3F | 37 | 0 | 23 | 3E | 8E | 26 | 1C |
| Octal | 54 | 141 | 77 | 67 | 0 | 43 | 76 | 216 | 46 | 34 |
| Binary | 101100 | 1100001 | 111111 | 110111 | 0 | 100011 | 111110 | 10001110 | 100110 | 11100 |
Color Harmonies of #2C613F
Complementary color
Monochromatic Colors of #2C613F
Black with #2C613F
Text Example
Text Example
White with #2C613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C613F; }
p { color: rgb(44,97,63); }
H1.HeaderClassName
{
color: #2C613F;
}
.AnyTagClassName
{
color: #2C613F;
}
</style>
background-color css
<style>
a { background-color: #2C613F; }
a { background-color: rgb(44,97,63); }
div.DivClassName
{
background-color: #2C613F;
}
.BgClassName
{
background-color: #2C613F;
}
</style>
border-color css
<style>
span { border-color: #2C613F; }
span { border-color: rgb(44,97,63); }
td.TdClassName
{
border-color: #2C613F;
}
.TagClassName
{
border-color: #2C613F;
}
</style>