Shades of Green Pea #226845
Tints of Green Pea #226845
RGB
CMYK
RGB Variations
Color information
#226845 (or 0x226845) is known color: Green Pea. HEX triplet: 22, 68 and 45. RGB value is (34,104,69). Sum of RGB (Red+Green+Blue) = 34+104+69=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 104 (41.02% from 255 or 50.24% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 104 - color contains mainly: green. Hex color #226845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226845 is #DD97BA. Grayscale: #4F4F4F. Windows color (decimal): -14522299 or 4548642. OLE color: 4548642.
HSL color Cylindrical-coordinate representation of color #226845: hue angle of 150º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #226845 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 34 | 104 | 69 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.59 |
| HSL | 150º | 0.51% | 0.27% | - |
| HSV(B) | 150º | 0.67% | 0.41% | - |
| XYZ | 6.68 | 10.67 | 7.34 | - |
| YUV | 79.08 | 122.31 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 104 | 69 | 0.67 | 0 | 0.34 | 0.59 | 150 | 0.51 | 0.27 |
| Hex | 22 | 68 | 45 | 43 | 0 | 22 | 3B | 96 | 33 | 1B |
| Octal | 42 | 150 | 105 | 103 | 0 | 42 | 73 | 226 | 63 | 33 |
| Binary | 100010 | 1101000 | 1000101 | 1000011 | 0 | 100010 | 111011 | 10010110 | 110011 | 11011 |
Color Harmonies of #226845
Complementary color
Monochromatic Colors of #226845
Black with #226845
Text Example
Text Example
White with #226845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226845; }
p { color: rgb(34,104,69); }
H1.HeaderClassName
{
color: #226845;
}
.AnyTagClassName
{
color: #226845;
}
</style>
background-color css
<style>
a { background-color: #226845; }
a { background-color: rgb(34,104,69); }
div.DivClassName
{
background-color: #226845;
}
.BgClassName
{
background-color: #226845;
}
</style>
border-color css
<style>
span { border-color: #226845; }
span { border-color: rgb(34,104,69); }
td.TdClassName
{
border-color: #226845;
}
.TagClassName
{
border-color: #226845;
}
</style>