Shades of Green Pea #225F3A
Tints of Green Pea #225F3A
RGB
CMYK
RGB Variations
Color information
#225F3A (or 0x225F3A) is known color: Green Pea. HEX triplet: 22, 5F and 3A. RGB value is (34,95,58). Sum of RGB (Red+Green+Blue) = 34+95+58=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 95 (37.5% from 255 or 50.80% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 95 - color contains mainly: green. Hex color #225F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225F3A is #DDA0C5. Grayscale: #484848. Windows color (decimal): -14524614 or 3825442. OLE color: 3825442.
HSL color Cylindrical-coordinate representation of color #225F3A: hue angle of 143.61º 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 #225F3A is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 34 | 95 | 58 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.63 |
| HSL | 143.61º | 0.47% | 0.25% | - |
| HSV(B) | 143.61º | 0.64% | 0.37% | - |
| XYZ | 5.52 | 8.83 | 5.42 | - |
| YUV | 72.54 | 119.79 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 95 | 58 | 0.64 | 0 | 0.39 | 0.63 | 143.61 | 0.47 | 0.25 |
| Hex | 22 | 5F | 3A | 40 | 0 | 27 | 3F | 90 | 2F | 19 |
| Octal | 42 | 137 | 72 | 100 | 0 | 47 | 77 | 220 | 57 | 31 |
| Binary | 100010 | 1011111 | 111010 | 1000000 | 0 | 100111 | 111111 | 10010000 | 101111 | 11001 |
Color Harmonies of #225F3A
Complementary color
Monochromatic Colors of #225F3A
Black with #225F3A
Text Example
Text Example
White with #225F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225F3A; }
p { color: rgb(34,95,58); }
H1.HeaderClassName
{
color: #225F3A;
}
.AnyTagClassName
{
color: #225F3A;
}
</style>
background-color css
<style>
a { background-color: #225F3A; }
a { background-color: rgb(34,95,58); }
div.DivClassName
{
background-color: #225F3A;
}
.BgClassName
{
background-color: #225F3A;
}
</style>
border-color css
<style>
span { border-color: #225F3A; }
span { border-color: rgb(34,95,58); }
td.TdClassName
{
border-color: #225F3A;
}
.TagClassName
{
border-color: #225F3A;
}
</style>