Shades of Green Pea #225B42
Tints of Green Pea #225B42
RGB
CMYK
RGB Variations
Color information
#225B42 (or 0x225B42) is known color: Green Pea. HEX triplet: 22, 5B and 42. RGB value is (34,91,66). Sum of RGB (Red+Green+Blue) = 34+91+66=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 91 (35.94% from 255 or 47.64% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 91 - color contains mainly: green. Hex color #225B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225B42 is #DDA4BD. Grayscale: #474747. Windows color (decimal): -14525630 or 4348706. OLE color: 4348706.
HSL color Cylindrical-coordinate representation of color #225B42: hue angle of 153.68º 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 #225B42 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 91 | 66 | - |
| CMYK | 0.63 | 0 | 0.27 | 0.64 |
| HSL | 153.68º | 0.46% | 0.25% | - |
| HSV(B) | 153.68º | 0.63% | 0.36% | - |
| XYZ | 5.38 | 8.22 | 6.46 | - |
| YUV | 71.11 | 125.12 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 91 | 66 | 0.63 | 0 | 0.27 | 0.64 | 153.68 | 0.46 | 0.25 |
| Hex | 22 | 5B | 42 | 3F | 0 | 1B | 40 | 9A | 2E | 19 |
| Octal | 42 | 133 | 102 | 77 | 0 | 33 | 100 | 232 | 56 | 31 |
| Binary | 100010 | 1011011 | 1000010 | 111111 | 0 | 11011 | 1000000 | 10011010 | 101110 | 11001 |
Color Harmonies of #225B42
Complementary color
Monochromatic Colors of #225B42
Black with #225B42
Text Example
Text Example
White with #225B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225B42; }
p { color: rgb(34,91,66); }
H1.HeaderClassName
{
color: #225B42;
}
.AnyTagClassName
{
color: #225B42;
}
</style>
background-color css
<style>
a { background-color: #225B42; }
a { background-color: rgb(34,91,66); }
div.DivClassName
{
background-color: #225B42;
}
.BgClassName
{
background-color: #225B42;
}
</style>
border-color css
<style>
span { border-color: #225B42; }
span { border-color: rgb(34,91,66); }
td.TdClassName
{
border-color: #225B42;
}
.TagClassName
{
border-color: #225B42;
}
</style>