Shades of Green Pea #2C6C4E
Tints of Green Pea #2C6C4E
RGB
CMYK
RGB Variations
Color information
#2C6C4E (or 0x2C6C4E) is known color: Green Pea. HEX triplet: 2C, 6C and 4E. RGB value is (44,108,78). Sum of RGB (Red+Green+Blue) = 44+108+78=230 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.13% from 230); Green value is 108 (42.58% from 255 or 46.96% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 108 - color contains mainly: green. Hex color #2C6C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6C4E is #D393B1. Grayscale: #555555. Windows color (decimal): -13865906 or 5139500. OLE color: 5139500.
HSL color Cylindrical-coordinate representation of color #2C6C4E: hue angle of 151.88º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2C6C4E is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 44 | 108 | 78 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.58 |
| HSL | 151.88º | 0.42% | 0.3% | - |
| HSV(B) | 151.88º | 0.59% | 0.42% | - |
| XYZ | 7.78 | 11.81 | 9.08 | - |
| YUV | 85.44 | 123.8 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 108 | 78 | 0.59 | 0 | 0.28 | 0.58 | 151.88 | 0.42 | 0.3 |
| Hex | 2C | 6C | 4E | 3B | 0 | 1C | 3A | 98 | 2A | 1E |
| Octal | 54 | 154 | 116 | 73 | 0 | 34 | 72 | 230 | 52 | 36 |
| Binary | 101100 | 1101100 | 1001110 | 111011 | 0 | 11100 | 111010 | 10011000 | 101010 | 11110 |
Color Harmonies of #2C6C4E
Complementary color
Monochromatic Colors of #2C6C4E
Black with #2C6C4E
Text Example
Text Example
White with #2C6C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6C4E; }
p { color: rgb(44,108,78); }
H1.HeaderClassName
{
color: #2C6C4E;
}
.AnyTagClassName
{
color: #2C6C4E;
}
</style>
background-color css
<style>
a { background-color: #2C6C4E; }
a { background-color: rgb(44,108,78); }
div.DivClassName
{
background-color: #2C6C4E;
}
.BgClassName
{
background-color: #2C6C4E;
}
</style>
border-color css
<style>
span { border-color: #2C6C4E; }
span { border-color: rgb(44,108,78); }
td.TdClassName
{
border-color: #2C6C4E;
}
.TagClassName
{
border-color: #2C6C4E;
}
</style>