Shades of Green Pea #226C41
Tints of Green Pea #226C41
RGB
CMYK
RGB Variations
Color information
#226C41 (or 0x226C41) is known color: Green Pea. HEX triplet: 22, 6C and 41. RGB value is (34,108,65). Sum of RGB (Red+Green+Blue) = 34+108+65=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 108 (42.58% from 255 or 52.17% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 108 - color contains mainly: green. Hex color #226C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226C41 is #DD93BE. Grayscale: #515151. Windows color (decimal): -14521279 or 4287522. OLE color: 4287522.
HSL color Cylindrical-coordinate representation of color #226C41: hue angle of 145.14º 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 #226C41 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 34 | 108 | 65 | - |
| CMYK | 0.69 | 0 | 0.40 | 0.58 |
| HSL | 145.14º | 0.52% | 0.28% | - |
| HSV(B) | 145.14º | 0.69% | 0.42% | - |
| XYZ | 6.98 | 11.45 | 6.84 | - |
| YUV | 80.97 | 118.98 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 108 | 65 | 0.69 | 0 | 0.40 | 0.58 | 145.14 | 0.52 | 0.28 |
| Hex | 22 | 6C | 41 | 45 | 0 | 28 | 3A | 91 | 34 | 1C |
| Octal | 42 | 154 | 101 | 105 | 0 | 50 | 72 | 221 | 64 | 34 |
| Binary | 100010 | 1101100 | 1000001 | 1000101 | 0 | 101000 | 111010 | 10010001 | 110100 | 11100 |
Color Harmonies of #226C41
Complementary color
Monochromatic Colors of #226C41
Black with #226C41
Text Example
Text Example
White with #226C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226C41; }
p { color: rgb(34,108,65); }
H1.HeaderClassName
{
color: #226C41;
}
.AnyTagClassName
{
color: #226C41;
}
</style>
background-color css
<style>
a { background-color: #226C41; }
a { background-color: rgb(34,108,65); }
div.DivClassName
{
background-color: #226C41;
}
.BgClassName
{
background-color: #226C41;
}
</style>
border-color css
<style>
span { border-color: #226C41; }
span { border-color: rgb(34,108,65); }
td.TdClassName
{
border-color: #226C41;
}
.TagClassName
{
border-color: #226C41;
}
</style>