Shades of Green Pea #225A42
Tints of Green Pea #225A42
RGB
CMYK
RGB Variations
Color information
#225A42 (or 0x225A42) is known color: Green Pea. HEX triplet: 22, 5A and 42. RGB value is (34,90,66). Sum of RGB (Red+Green+Blue) = 34+90+66=190 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.89% from 190); Green value is 90 (35.55% from 255 or 47.37% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 90 - color contains mainly: green. Hex color #225A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225A42 is #DDA5BD. Grayscale: #464646. Windows color (decimal): -14525886 or 4348450. OLE color: 4348450.
HSL color Cylindrical-coordinate representation of color #225A42: hue angle of 154.29º 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 #225A42 is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 90 | 66 | - |
| CMYK | 0.62 | 0 | 0.27 | 0.65 |
| HSL | 154.29º | 0.45% | 0.24% | - |
| HSV(B) | 154.29º | 0.62% | 0.35% | - |
| XYZ | 5.3 | 8.05 | 6.43 | - |
| YUV | 70.52 | 125.45 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 90 | 66 | 0.62 | 0 | 0.27 | 0.65 | 154.29 | 0.45 | 0.24 |
| Hex | 22 | 5A | 42 | 3E | 0 | 1B | 41 | 9A | 2D | 18 |
| Octal | 42 | 132 | 102 | 76 | 0 | 33 | 101 | 232 | 55 | 30 |
| Binary | 100010 | 1011010 | 1000010 | 111110 | 0 | 11011 | 1000001 | 10011010 | 101101 | 11000 |
Color Harmonies of #225A42
Complementary color
Monochromatic Colors of #225A42
Black with #225A42
Text Example
Text Example
White with #225A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225A42; }
p { color: rgb(34,90,66); }
H1.HeaderClassName
{
color: #225A42;
}
.AnyTagClassName
{
color: #225A42;
}
</style>
background-color css
<style>
a { background-color: #225A42; }
a { background-color: rgb(34,90,66); }
div.DivClassName
{
background-color: #225A42;
}
.BgClassName
{
background-color: #225A42;
}
</style>
border-color css
<style>
span { border-color: #225A42; }
span { border-color: rgb(34,90,66); }
td.TdClassName
{
border-color: #225A42;
}
.TagClassName
{
border-color: #225A42;
}
</style>