Shades of Green Pea #225C41
Tints of Green Pea #225C41
RGB
CMYK
RGB Variations
Color information
#225C41 (or 0x225C41) is known color: Green Pea. HEX triplet: 22, 5C and 41. RGB value is (34,92,65). Sum of RGB (Red+Green+Blue) = 34+92+65=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 92 (36.33% from 255 or 48.17% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 92 - color contains mainly: green. Hex color #225C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225C41 is #DDA3BE. Grayscale: #474747. Windows color (decimal): -14525375 or 4283426. OLE color: 4283426.
HSL color Cylindrical-coordinate representation of color #225C41: hue angle of 152.07º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #225C41 is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 92 | 65 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.64 |
| HSL | 152.07º | 0.46% | 0.25% | - |
| HSV(B) | 152.07º | 0.63% | 0.36% | - |
| XYZ | 5.44 | 8.38 | 6.33 | - |
| YUV | 71.58 | 124.28 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 65 | 0.63 | 0 | 0.29 | 0.64 | 152.07 | 0.46 | 0.25 |
| Hex | 22 | 5C | 41 | 3F | 0 | 1D | 40 | 98 | 2E | 19 |
| Octal | 42 | 134 | 101 | 77 | 0 | 35 | 100 | 230 | 56 | 31 |
| Binary | 100010 | 1011100 | 1000001 | 111111 | 0 | 11101 | 1000000 | 10011000 | 101110 | 11001 |
Color Harmonies of #225C41
Complementary color
Monochromatic Colors of #225C41
Black with #225C41
Text Example
Text Example
White with #225C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225C41; }
p { color: rgb(34,92,65); }
H1.HeaderClassName
{
color: #225C41;
}
.AnyTagClassName
{
color: #225C41;
}
</style>
background-color css
<style>
a { background-color: #225C41; }
a { background-color: rgb(34,92,65); }
div.DivClassName
{
background-color: #225C41;
}
.BgClassName
{
background-color: #225C41;
}
</style>
border-color css
<style>
span { border-color: #225C41; }
span { border-color: rgb(34,92,65); }
td.TdClassName
{
border-color: #225C41;
}
.TagClassName
{
border-color: #225C41;
}
</style>