Shades of Green Pea #226348
Tints of Green Pea #226348
RGB
CMYK
RGB Variations
Color information
#226348 (or 0x226348) is known color: Green Pea. HEX triplet: 22, 63 and 48. RGB value is (34,99,72). Sum of RGB (Red+Green+Blue) = 34+99+72=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 99 - color contains mainly: green. Hex color #226348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226348 is #DD9CB7. Grayscale: #4C4C4C. Windows color (decimal): -14523576 or 4743970. OLE color: 4743970.
HSL color Cylindrical-coordinate representation of color #226348: hue angle of 155.08º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #226348 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 99 | 72 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.61 |
| HSL | 155.08º | 0.49% | 0.26% | - |
| HSV(B) | 155.08º | 0.66% | 0.39% | - |
| XYZ | 6.29 | 9.73 | 7.68 | - |
| YUV | 76.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 99 | 72 | 0.66 | 0 | 0.27 | 0.61 | 155.08 | 0.49 | 0.26 |
| Hex | 22 | 63 | 48 | 42 | 0 | 1B | 3D | 9B | 31 | 1A |
| Octal | 42 | 143 | 110 | 102 | 0 | 33 | 75 | 233 | 61 | 32 |
| Binary | 100010 | 1100011 | 1001000 | 1000010 | 0 | 11011 | 111101 | 10011011 | 110001 | 11010 |
Color Harmonies of #226348
Complementary color
Monochromatic Colors of #226348
Black with #226348
Text Example
Text Example
White with #226348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226348; }
p { color: rgb(34,99,72); }
H1.HeaderClassName
{
color: #226348;
}
.AnyTagClassName
{
color: #226348;
}
</style>
background-color css
<style>
a { background-color: #226348; }
a { background-color: rgb(34,99,72); }
div.DivClassName
{
background-color: #226348;
}
.BgClassName
{
background-color: #226348;
}
</style>
border-color css
<style>
span { border-color: #226348; }
span { border-color: rgb(34,99,72); }
td.TdClassName
{
border-color: #226348;
}
.TagClassName
{
border-color: #226348;
}
</style>