Shades of Green Pea #225D3D
Tints of Green Pea #225D3D
RGB
CMYK
RGB Variations
Color information
#225D3D (or 0x225D3D) is known color: Green Pea. HEX triplet: 22, 5D and 3D. RGB value is (34,93,61). Sum of RGB (Red+Green+Blue) = 34+93+61=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 93 (36.72% from 255 or 49.47% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 93 - color contains mainly: green. Hex color #225D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225D3D is #DDA2C2. Grayscale: #474747. Windows color (decimal): -14525123 or 4021538. OLE color: 4021538.
HSL color Cylindrical-coordinate representation of color #225D3D: hue angle of 147.46º 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 #225D3D is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 93 | 61 | - |
| CMYK | 0.63 | 0 | 0.34 | 0.64 |
| HSL | 147.46º | 0.46% | 0.25% | - |
| HSV(B) | 147.46º | 0.63% | 0.36% | - |
| XYZ | 5.42 | 8.51 | 5.77 | - |
| YUV | 71.71 | 121.95 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 61 | 0.63 | 0 | 0.34 | 0.64 | 147.46 | 0.46 | 0.25 |
| Hex | 22 | 5D | 3D | 3F | 0 | 22 | 40 | 93 | 2E | 19 |
| Octal | 42 | 135 | 75 | 77 | 0 | 42 | 100 | 223 | 56 | 31 |
| Binary | 100010 | 1011101 | 111101 | 111111 | 0 | 100010 | 1000000 | 10010011 | 101110 | 11001 |
Color Harmonies of #225D3D
Complementary color
Monochromatic Colors of #225D3D
Black with #225D3D
Text Example
Text Example
White with #225D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225D3D; }
p { color: rgb(34,93,61); }
H1.HeaderClassName
{
color: #225D3D;
}
.AnyTagClassName
{
color: #225D3D;
}
</style>
background-color css
<style>
a { background-color: #225D3D; }
a { background-color: rgb(34,93,61); }
div.DivClassName
{
background-color: #225D3D;
}
.BgClassName
{
background-color: #225D3D;
}
</style>
border-color css
<style>
span { border-color: #225D3D; }
span { border-color: rgb(34,93,61); }
td.TdClassName
{
border-color: #225D3D;
}
.TagClassName
{
border-color: #225D3D;
}
</style>