Shades of Green Pea #225B3D
Tints of Green Pea #225B3D
RGB
CMYK
RGB Variations
Color information
#225B3D (or 0x225B3D) is known color: Green Pea. HEX triplet: 22, 5B and 3D. RGB value is (34,91,61). Sum of RGB (Red+Green+Blue) = 34+91+61=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 91 (35.94% from 255 or 48.92% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 91 - color contains mainly: green. Hex color #225B3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225B3D is #DDA4C2. Grayscale: #464646. Windows color (decimal): -14525635 or 4021026. OLE color: 4021026.
HSL color Cylindrical-coordinate representation of color #225B3D: hue angle of 148.42º 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 #225B3D is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 91 | 61 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.64 |
| HSL | 148.42º | 0.46% | 0.25% | - |
| HSV(B) | 148.42º | 0.63% | 0.36% | - |
| XYZ | 5.24 | 8.16 | 5.71 | - |
| YUV | 70.54 | 122.62 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 91 | 61 | 0.63 | 0 | 0.33 | 0.64 | 148.42 | 0.46 | 0.25 |
| Hex | 22 | 5B | 3D | 3F | 0 | 21 | 40 | 94 | 2E | 19 |
| Octal | 42 | 133 | 75 | 77 | 0 | 41 | 100 | 224 | 56 | 31 |
| Binary | 100010 | 1011011 | 111101 | 111111 | 0 | 100001 | 1000000 | 10010100 | 101110 | 11001 |
Color Harmonies of #225B3D
Complementary color
Monochromatic Colors of #225B3D
Black with #225B3D
Text Example
Text Example
White with #225B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225B3D; }
p { color: rgb(34,91,61); }
H1.HeaderClassName
{
color: #225B3D;
}
.AnyTagClassName
{
color: #225B3D;
}
</style>
background-color css
<style>
a { background-color: #225B3D; }
a { background-color: rgb(34,91,61); }
div.DivClassName
{
background-color: #225B3D;
}
.BgClassName
{
background-color: #225B3D;
}
</style>
border-color css
<style>
span { border-color: #225B3D; }
span { border-color: rgb(34,91,61); }
td.TdClassName
{
border-color: #225B3D;
}
.TagClassName
{
border-color: #225B3D;
}
</style>