Shades of Green Pea #226040
Tints of Green Pea #226040
RGB
CMYK
RGB Variations
Color information
#226040 (or 0x226040) is known color: Green Pea. HEX triplet: 22, 60 and 40. RGB value is (34,96,64). Sum of RGB (Red+Green+Blue) = 34+96+64=194 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.53% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #226040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226040 is #DD9FBF. Grayscale: #494949. Windows color (decimal): -14524352 or 4218914. OLE color: 4218914.
HSL color Cylindrical-coordinate representation of color #226040: hue angle of 149.03º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #226040 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 96 | 64 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.62 |
| HSL | 149.03º | 0.48% | 0.25% | - |
| HSV(B) | 149.03º | 0.65% | 0.38% | - |
| XYZ | 5.77 | 9.08 | 6.3 | - |
| YUV | 73.81 | 122.46 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 96 | 64 | 0.65 | 0 | 0.33 | 0.62 | 149.03 | 0.48 | 0.25 |
| Hex | 22 | 60 | 40 | 41 | 0 | 21 | 3E | 95 | 30 | 19 |
| Octal | 42 | 140 | 100 | 101 | 0 | 41 | 76 | 225 | 60 | 31 |
| Binary | 100010 | 1100000 | 1000000 | 1000001 | 0 | 100001 | 111110 | 10010101 | 110000 | 11001 |
Color Harmonies of #226040
Complementary color
Monochromatic Colors of #226040
Black with #226040
Text Example
Text Example
White with #226040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226040; }
p { color: rgb(34,96,64); }
H1.HeaderClassName
{
color: #226040;
}
.AnyTagClassName
{
color: #226040;
}
</style>
background-color css
<style>
a { background-color: #226040; }
a { background-color: rgb(34,96,64); }
div.DivClassName
{
background-color: #226040;
}
.BgClassName
{
background-color: #226040;
}
</style>
border-color css
<style>
span { border-color: #226040; }
span { border-color: rgb(34,96,64); }
td.TdClassName
{
border-color: #226040;
}
.TagClassName
{
border-color: #226040;
}
</style>