Shades of Green Pea #2C6344
Tints of Green Pea #2C6344
RGB
CMYK
RGB Variations
Color information
#2C6344 (or 0x2C6344) is known color: Green Pea. HEX triplet: 2C, 63 and 44. RGB value is (44,99,68). Sum of RGB (Red+Green+Blue) = 44+99+68=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 68 (26.95% from 255 or 32.23% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #2C6344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6344 is #D39CBB. Grayscale: #4F4F4F. Windows color (decimal): -13868220 or 4481836. OLE color: 4481836.
HSL color Cylindrical-coordinate representation of color #2C6344: hue angle of 146.18º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C6344 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 44 | 99 | 68 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.61 |
| HSL | 146.18º | 0.38% | 0.28% | - |
| HSV(B) | 146.18º | 0.56% | 0.39% | - |
| XYZ | 6.54 | 9.88 | 7.03 | - |
| YUV | 79.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 99 | 68 | 0.56 | 0 | 0.31 | 0.61 | 146.18 | 0.38 | 0.28 |
| Hex | 2C | 63 | 44 | 38 | 0 | 1F | 3D | 92 | 26 | 1C |
| Octal | 54 | 143 | 104 | 70 | 0 | 37 | 75 | 222 | 46 | 34 |
| Binary | 101100 | 1100011 | 1000100 | 111000 | 0 | 11111 | 111101 | 10010010 | 100110 | 11100 |
Color Harmonies of #2C6344
Complementary color
Monochromatic Colors of #2C6344
Black with #2C6344
Text Example
Text Example
White with #2C6344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6344; }
p { color: rgb(44,99,68); }
H1.HeaderClassName
{
color: #2C6344;
}
.AnyTagClassName
{
color: #2C6344;
}
</style>
background-color css
<style>
a { background-color: #2C6344; }
a { background-color: rgb(44,99,68); }
div.DivClassName
{
background-color: #2C6344;
}
.BgClassName
{
background-color: #2C6344;
}
</style>
border-color css
<style>
span { border-color: #2C6344; }
span { border-color: rgb(44,99,68); }
td.TdClassName
{
border-color: #2C6344;
}
.TagClassName
{
border-color: #2C6344;
}
</style>