Shades of Green Pea #2C613D
Tints of Green Pea #2C613D
RGB
CMYK
RGB Variations
Color information
#2C613D (or 0x2C613D) is known color: Green Pea. HEX triplet: 2C, 61 and 3D. RGB value is (44,97,61). Sum of RGB (Red+Green+Blue) = 44+97+61=202 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.78% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #2C613D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C613D is #D39EC2. Grayscale: #4D4D4D. Windows color (decimal): -13868739 or 4022572. OLE color: 4022572.
HSL color Cylindrical-coordinate representation of color #2C613D: hue angle of 139.25º 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 #2C613D is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 97 | 61 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.62 |
| HSL | 139.25º | 0.38% | 0.28% | - |
| HSV(B) | 139.25º | 0.55% | 0.38% | - |
| XYZ | 6.16 | 9.42 | 5.91 | - |
| YUV | 77.05 | 118.94 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 97 | 61 | 0.55 | 0 | 0.37 | 0.62 | 139.25 | 0.38 | 0.28 |
| Hex | 2C | 61 | 3D | 37 | 0 | 25 | 3E | 8B | 26 | 1C |
| Octal | 54 | 141 | 75 | 67 | 0 | 45 | 76 | 213 | 46 | 34 |
| Binary | 101100 | 1100001 | 111101 | 110111 | 0 | 100101 | 111110 | 10001011 | 100110 | 11100 |
Color Harmonies of #2C613D
Complementary color
Monochromatic Colors of #2C613D
Black with #2C613D
Text Example
Text Example
White with #2C613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C613D; }
p { color: rgb(44,97,61); }
H1.HeaderClassName
{
color: #2C613D;
}
.AnyTagClassName
{
color: #2C613D;
}
</style>
background-color css
<style>
a { background-color: #2C613D; }
a { background-color: rgb(44,97,61); }
div.DivClassName
{
background-color: #2C613D;
}
.BgClassName
{
background-color: #2C613D;
}
</style>
border-color css
<style>
span { border-color: #2C613D; }
span { border-color: rgb(44,97,61); }
td.TdClassName
{
border-color: #2C613D;
}
.TagClassName
{
border-color: #2C613D;
}
</style>