Shades of Green Pea #226C44
Tints of Green Pea #226C44
RGB
CMYK
RGB Variations
Color information
#226C44 (or 0x226C44) is known color: Green Pea. HEX triplet: 22, 6C and 44. RGB value is (34,108,68). Sum of RGB (Red+Green+Blue) = 34+108+68=210 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.19% from 210); Green value is 108 (42.58% from 255 or 51.43% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 108 - color contains mainly: green. Hex color #226C44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226C44 is #DD93BB. Grayscale: #515151. Windows color (decimal): -14521276 or 4484130. OLE color: 4484130.
HSL color Cylindrical-coordinate representation of color #226C44: hue angle of 147.57º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #226C44 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 34 | 108 | 68 | - |
| CMYK | 0.69 | 0 | 0.37 | 0.58 |
| HSL | 147.57º | 0.52% | 0.28% | - |
| HSV(B) | 147.57º | 0.69% | 0.42% | - |
| XYZ | 7.07 | 11.48 | 7.31 | - |
| YUV | 81.31 | 120.48 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 108 | 68 | 0.69 | 0 | 0.37 | 0.58 | 147.57 | 0.52 | 0.28 |
| Hex | 22 | 6C | 44 | 45 | 0 | 25 | 3A | 94 | 34 | 1C |
| Octal | 42 | 154 | 104 | 105 | 0 | 45 | 72 | 224 | 64 | 34 |
| Binary | 100010 | 1101100 | 1000100 | 1000101 | 0 | 100101 | 111010 | 10010100 | 110100 | 11100 |
Color Harmonies of #226C44
Complementary color
Monochromatic Colors of #226C44
Black with #226C44
Text Example
Text Example
White with #226C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226C44; }
p { color: rgb(34,108,68); }
H1.HeaderClassName
{
color: #226C44;
}
.AnyTagClassName
{
color: #226C44;
}
</style>
background-color css
<style>
a { background-color: #226C44; }
a { background-color: rgb(34,108,68); }
div.DivClassName
{
background-color: #226C44;
}
.BgClassName
{
background-color: #226C44;
}
</style>
border-color css
<style>
span { border-color: #226C44; }
span { border-color: rgb(34,108,68); }
td.TdClassName
{
border-color: #226C44;
}
.TagClassName
{
border-color: #226C44;
}
</style>