Shades of Green Pea #2C624A
Tints of Green Pea #2C624A
RGB
CMYK
RGB Variations
Color information
#2C624A (or 0x2C624A) is known color: Green Pea. HEX triplet: 2C, 62 and 4A. RGB value is (44,98,74). Sum of RGB (Red+Green+Blue) = 44+98+74=216 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.37% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #2C624A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C624A is #D39DB5. Grayscale: #4F4F4F. Windows color (decimal): -13868470 or 4874796. OLE color: 4874796.
HSL color Cylindrical-coordinate representation of color #2C624A: hue angle of 153.33º 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 #2C624A is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 98 | 74 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.62 |
| HSL | 153.33º | 0.38% | 0.28% | - |
| HSV(B) | 153.33º | 0.55% | 0.38% | - |
| XYZ | 6.64 | 9.77 | 8.01 | - |
| YUV | 79.12 | 125.11 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 98 | 74 | 0.55 | 0 | 0.24 | 0.62 | 153.33 | 0.38 | 0.28 |
| Hex | 2C | 62 | 4A | 37 | 0 | 18 | 3E | 99 | 26 | 1C |
| Octal | 54 | 142 | 112 | 67 | 0 | 30 | 76 | 231 | 46 | 34 |
| Binary | 101100 | 1100010 | 1001010 | 110111 | 0 | 11000 | 111110 | 10011001 | 100110 | 11100 |
Color Harmonies of #2C624A
Complementary color
Monochromatic Colors of #2C624A
Black with #2C624A
Text Example
Text Example
White with #2C624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C624A; }
p { color: rgb(44,98,74); }
H1.HeaderClassName
{
color: #2C624A;
}
.AnyTagClassName
{
color: #2C624A;
}
</style>
background-color css
<style>
a { background-color: #2C624A; }
a { background-color: rgb(44,98,74); }
div.DivClassName
{
background-color: #2C624A;
}
.BgClassName
{
background-color: #2C624A;
}
</style>
border-color css
<style>
span { border-color: #2C624A; }
span { border-color: rgb(44,98,74); }
td.TdClassName
{
border-color: #2C624A;
}
.TagClassName
{
border-color: #2C624A;
}
</style>