Shades of Green Pea #226140
Tints of Green Pea #226140
RGB
CMYK
RGB Variations
Color information
#226140 (or 0x226140) is known color: Green Pea. HEX triplet: 22, 61 and 40. RGB value is (34,97,64). Sum of RGB (Red+Green+Blue) = 34+97+64=195 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.44% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #226140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226140 is #DD9EBF. Grayscale: #4A4A4A. Windows color (decimal): -14524096 or 4219170. OLE color: 4219170.
HSL color Cylindrical-coordinate representation of color #226140: hue angle of 148.57º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #226140 is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 97 | 64 | - |
| CMYK | 0.65 | 0 | 0.34 | 0.62 |
| HSL | 148.57º | 0.48% | 0.26% | - |
| HSV(B) | 148.57º | 0.65% | 0.38% | - |
| XYZ | 5.86 | 9.26 | 6.33 | - |
| YUV | 74.4 | 122.13 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 97 | 64 | 0.65 | 0 | 0.34 | 0.62 | 148.57 | 0.48 | 0.26 |
| Hex | 22 | 61 | 40 | 41 | 0 | 22 | 3E | 95 | 30 | 1A |
| Octal | 42 | 141 | 100 | 101 | 0 | 42 | 76 | 225 | 60 | 32 |
| Binary | 100010 | 1100001 | 1000000 | 1000001 | 0 | 100010 | 111110 | 10010101 | 110000 | 11010 |
Color Harmonies of #226140
Complementary color
Monochromatic Colors of #226140
Black with #226140
Text Example
Text Example
White with #226140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226140; }
p { color: rgb(34,97,64); }
H1.HeaderClassName
{
color: #226140;
}
.AnyTagClassName
{
color: #226140;
}
</style>
background-color css
<style>
a { background-color: #226140; }
a { background-color: rgb(34,97,64); }
div.DivClassName
{
background-color: #226140;
}
.BgClassName
{
background-color: #226140;
}
</style>
border-color css
<style>
span { border-color: #226140; }
span { border-color: rgb(34,97,64); }
td.TdClassName
{
border-color: #226140;
}
.TagClassName
{
border-color: #226140;
}
</style>