Shades of Green Pea #225E3C
Tints of Green Pea #225E3C
RGB
CMYK
RGB Variations
Color information
#225E3C (or 0x225E3C) is known color: Green Pea. HEX triplet: 22, 5E and 3C. RGB value is (34,94,60). Sum of RGB (Red+Green+Blue) = 34+94+60=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 94 (37.11% from 255 or 50% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 94 - color contains mainly: green. Hex color #225E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225E3C is #DDA1C3. Grayscale: #484848. Windows color (decimal): -14524868 or 3956258. OLE color: 3956258.
HSL color Cylindrical-coordinate representation of color #225E3C: hue angle of 146º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #225E3C is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 34 | 94 | 60 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.63 |
| HSL | 146º | 0.47% | 0.25% | - |
| HSV(B) | 146º | 0.64% | 0.37% | - |
| XYZ | 5.48 | 8.67 | 5.66 | - |
| YUV | 72.18 | 121.12 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 94 | 60 | 0.64 | 0 | 0.36 | 0.63 | 146 | 0.47 | 0.25 |
| Hex | 22 | 5E | 3C | 40 | 0 | 24 | 3F | 92 | 2F | 19 |
| Octal | 42 | 136 | 74 | 100 | 0 | 44 | 77 | 222 | 57 | 31 |
| Binary | 100010 | 1011110 | 111100 | 1000000 | 0 | 100100 | 111111 | 10010010 | 101111 | 11001 |
Color Harmonies of #225E3C
Complementary color
Monochromatic Colors of #225E3C
Black with #225E3C
Text Example
Text Example
White with #225E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225E3C; }
p { color: rgb(34,94,60); }
H1.HeaderClassName
{
color: #225E3C;
}
.AnyTagClassName
{
color: #225E3C;
}
</style>
background-color css
<style>
a { background-color: #225E3C; }
a { background-color: rgb(34,94,60); }
div.DivClassName
{
background-color: #225E3C;
}
.BgClassName
{
background-color: #225E3C;
}
</style>
border-color css
<style>
span { border-color: #225E3C; }
span { border-color: rgb(34,94,60); }
td.TdClassName
{
border-color: #225E3C;
}
.TagClassName
{
border-color: #225E3C;
}
</style>