Shades of Green Pea #225F3C
Tints of Green Pea #225F3C
RGB
CMYK
RGB Variations
Color information
#225F3C (or 0x225F3C) is known color: Green Pea. HEX triplet: 22, 5F and 3C. RGB value is (34,95,60). Sum of RGB (Red+Green+Blue) = 34+95+60=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 95 (37.5% from 255 or 50.26% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 95 - color contains mainly: green. Hex color #225F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225F3C is #DDA0C3. Grayscale: #484848. Windows color (decimal): -14524612 or 3956514. OLE color: 3956514.
HSL color Cylindrical-coordinate representation of color #225F3C: hue angle of 145.57º 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 #225F3C is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 34 | 95 | 60 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.63 |
| HSL | 145.57º | 0.47% | 0.25% | - |
| HSV(B) | 145.57º | 0.64% | 0.37% | - |
| XYZ | 5.57 | 8.85 | 5.69 | - |
| YUV | 72.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 95 | 60 | 0.64 | 0 | 0.37 | 0.63 | 145.57 | 0.47 | 0.25 |
| Hex | 22 | 5F | 3C | 40 | 0 | 25 | 3F | 92 | 2F | 19 |
| Octal | 42 | 137 | 74 | 100 | 0 | 45 | 77 | 222 | 57 | 31 |
| Binary | 100010 | 1011111 | 111100 | 1000000 | 0 | 100101 | 111111 | 10010010 | 101111 | 11001 |
Color Harmonies of #225F3C
Complementary color
Monochromatic Colors of #225F3C
Black with #225F3C
Text Example
Text Example
White with #225F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225F3C; }
p { color: rgb(34,95,60); }
H1.HeaderClassName
{
color: #225F3C;
}
.AnyTagClassName
{
color: #225F3C;
}
</style>
background-color css
<style>
a { background-color: #225F3C; }
a { background-color: rgb(34,95,60); }
div.DivClassName
{
background-color: #225F3C;
}
.BgClassName
{
background-color: #225F3C;
}
</style>
border-color css
<style>
span { border-color: #225F3C; }
span { border-color: rgb(34,95,60); }
td.TdClassName
{
border-color: #225F3C;
}
.TagClassName
{
border-color: #225F3C;
}
</style>