Shades of Green Pea #226144
Tints of Green Pea #226144
RGB
CMYK
RGB Variations
Color information
#226144 (or 0x226144) is known color: Green Pea. HEX triplet: 22, 61 and 44. RGB value is (34,97,68). Sum of RGB (Red+Green+Blue) = 34+97+68=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 97 (38.28% from 255 or 48.74% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 97 - color contains mainly: green. Hex color #226144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226144 is #DD9EBB. Grayscale: #4A4A4A. Windows color (decimal): -14524092 or 4481314. OLE color: 4481314.
HSL color Cylindrical-coordinate representation of color #226144: hue angle of 152.38º 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 #226144 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 97 | 68 | - |
| CMYK | 0.65 | 0 | 0.30 | 0.62 |
| HSL | 152.38º | 0.48% | 0.26% | - |
| HSV(B) | 152.38º | 0.65% | 0.38% | - |
| XYZ | 5.98 | 9.31 | 6.95 | - |
| YUV | 74.86 | 124.13 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 97 | 68 | 0.65 | 0 | 0.30 | 0.62 | 152.38 | 0.48 | 0.26 |
| Hex | 22 | 61 | 44 | 41 | 0 | 1E | 3E | 98 | 30 | 1A |
| Octal | 42 | 141 | 104 | 101 | 0 | 36 | 76 | 230 | 60 | 32 |
| Binary | 100010 | 1100001 | 1000100 | 1000001 | 0 | 11110 | 111110 | 10011000 | 110000 | 11010 |
Color Harmonies of #226144
Complementary color
Monochromatic Colors of #226144
Black with #226144
Text Example
Text Example
White with #226144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226144; }
p { color: rgb(34,97,68); }
H1.HeaderClassName
{
color: #226144;
}
.AnyTagClassName
{
color: #226144;
}
</style>
background-color css
<style>
a { background-color: #226144; }
a { background-color: rgb(34,97,68); }
div.DivClassName
{
background-color: #226144;
}
.BgClassName
{
background-color: #226144;
}
</style>
border-color css
<style>
span { border-color: #226144; }
span { border-color: rgb(34,97,68); }
td.TdClassName
{
border-color: #226144;
}
.TagClassName
{
border-color: #226144;
}
</style>