Shades of Green Pea #225A40
Tints of Green Pea #225A40
RGB
CMYK
RGB Variations
Color information
#225A40 (or 0x225A40) is known color: Green Pea. HEX triplet: 22, 5A and 40. RGB value is (34,90,64). Sum of RGB (Red+Green+Blue) = 34+90+64=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 90 - color contains mainly: green. Hex color #225A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225A40 is #DDA5BF. Grayscale: #464646. Windows color (decimal): -14525888 or 4217378. OLE color: 4217378.
HSL color Cylindrical-coordinate representation of color #225A40: hue angle of 152.14º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #225A40 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 90 | 64 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.65 |
| HSL | 152.14º | 0.45% | 0.24% | - |
| HSV(B) | 152.14º | 0.62% | 0.35% | - |
| XYZ | 5.24 | 8.02 | 6.12 | - |
| YUV | 70.29 | 124.45 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 90 | 64 | 0.62 | 0 | 0.29 | 0.65 | 152.14 | 0.45 | 0.24 |
| Hex | 22 | 5A | 40 | 3E | 0 | 1D | 41 | 98 | 2D | 18 |
| Octal | 42 | 132 | 100 | 76 | 0 | 35 | 101 | 230 | 55 | 30 |
| Binary | 100010 | 1011010 | 1000000 | 111110 | 0 | 11101 | 1000001 | 10011000 | 101101 | 11000 |
Color Harmonies of #225A40
Complementary color
Monochromatic Colors of #225A40
Black with #225A40
Text Example
Text Example
White with #225A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225A40; }
p { color: rgb(34,90,64); }
H1.HeaderClassName
{
color: #225A40;
}
.AnyTagClassName
{
color: #225A40;
}
</style>
background-color css
<style>
a { background-color: #225A40; }
a { background-color: rgb(34,90,64); }
div.DivClassName
{
background-color: #225A40;
}
.BgClassName
{
background-color: #225A40;
}
</style>
border-color css
<style>
span { border-color: #225A40; }
span { border-color: rgb(34,90,64); }
td.TdClassName
{
border-color: #225A40;
}
.TagClassName
{
border-color: #225A40;
}
</style>