Shades of Green Pea #225B43
Tints of Green Pea #225B43
RGB
CMYK
RGB Variations
Color information
#225B43 (or 0x225B43) is known color: Green Pea. HEX triplet: 22, 5B and 43. RGB value is (34,91,67). Sum of RGB (Red+Green+Blue) = 34+91+67=192 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.71% from 192); Green value is 91 (35.94% from 255 or 47.40% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 91 - color contains mainly: green. Hex color #225B43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225B43 is #DDA4BC. Grayscale: #474747. Windows color (decimal): -14525629 or 4414242. OLE color: 4414242.
HSL color Cylindrical-coordinate representation of color #225B43: hue angle of 154.74º 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 #225B43 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 91 | 67 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.64 |
| HSL | 154.74º | 0.46% | 0.25% | - |
| HSV(B) | 154.74º | 0.63% | 0.36% | - |
| XYZ | 5.41 | 8.23 | 6.61 | - |
| YUV | 71.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 91 | 67 | 0.63 | 0 | 0.26 | 0.64 | 154.74 | 0.46 | 0.25 |
| Hex | 22 | 5B | 43 | 3F | 0 | 1A | 40 | 9B | 2E | 19 |
| Octal | 42 | 133 | 103 | 77 | 0 | 32 | 100 | 233 | 56 | 31 |
| Binary | 100010 | 1011011 | 1000011 | 111111 | 0 | 11010 | 1000000 | 10011011 | 101110 | 11001 |
Color Harmonies of #225B43
Complementary color
Monochromatic Colors of #225B43
Black with #225B43
Text Example
Text Example
White with #225B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225B43; }
p { color: rgb(34,91,67); }
H1.HeaderClassName
{
color: #225B43;
}
.AnyTagClassName
{
color: #225B43;
}
</style>
background-color css
<style>
a { background-color: #225B43; }
a { background-color: rgb(34,91,67); }
div.DivClassName
{
background-color: #225B43;
}
.BgClassName
{
background-color: #225B43;
}
</style>
border-color css
<style>
span { border-color: #225B43; }
span { border-color: rgb(34,91,67); }
td.TdClassName
{
border-color: #225B43;
}
.TagClassName
{
border-color: #225B43;
}
</style>