Shades of Green Pea #2C614A
Tints of Green Pea #2C614A
RGB
CMYK
RGB Variations
Color information
#2C614A (or 0x2C614A) is known color: Green Pea. HEX triplet: 2C, 61 and 4A. RGB value is (44,97,74). Sum of RGB (Red+Green+Blue) = 44+97+74=215 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.47% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #2C614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C614A is #D39EB5. Grayscale: #4E4E4E. Windows color (decimal): -13868726 or 4874540. OLE color: 4874540.
HSL color Cylindrical-coordinate representation of color #2C614A: hue angle of 153.96º 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 #2C614A is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 97 | 74 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.62 |
| HSL | 153.96º | 0.38% | 0.28% | - |
| HSV(B) | 153.96º | 0.55% | 0.38% | - |
| XYZ | 6.55 | 9.58 | 7.98 | - |
| YUV | 78.53 | 125.44 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 97 | 74 | 0.55 | 0 | 0.24 | 0.62 | 153.96 | 0.38 | 0.28 |
| Hex | 2C | 61 | 4A | 37 | 0 | 18 | 3E | 9A | 26 | 1C |
| Octal | 54 | 141 | 112 | 67 | 0 | 30 | 76 | 232 | 46 | 34 |
| Binary | 101100 | 1100001 | 1001010 | 110111 | 0 | 11000 | 111110 | 10011010 | 100110 | 11100 |
Color Harmonies of #2C614A
Complementary color
Monochromatic Colors of #2C614A
Black with #2C614A
Text Example
Text Example
White with #2C614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C614A; }
p { color: rgb(44,97,74); }
H1.HeaderClassName
{
color: #2C614A;
}
.AnyTagClassName
{
color: #2C614A;
}
</style>
background-color css
<style>
a { background-color: #2C614A; }
a { background-color: rgb(44,97,74); }
div.DivClassName
{
background-color: #2C614A;
}
.BgClassName
{
background-color: #2C614A;
}
</style>
border-color css
<style>
span { border-color: #2C614A; }
span { border-color: rgb(44,97,74); }
td.TdClassName
{
border-color: #2C614A;
}
.TagClassName
{
border-color: #2C614A;
}
</style>