Shades of Green Pea #215E3B
Tints of Green Pea #215E3B
RGB
CMYK
RGB Variations
Color information
#215E3B (or 0x215E3B) is known color: Green Pea. HEX triplet: 21, 5E and 3B. RGB value is (33,94,59). Sum of RGB (Red+Green+Blue) = 33+94+59=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 94 (37.11% from 255 or 50.54% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 94 - color contains mainly: green. Hex color #215E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215E3B is #DEA1C4. Grayscale: #474747. Windows color (decimal): -14590405 or 3890721. OLE color: 3890721.
HSL color Cylindrical-coordinate representation of color #215E3B: hue angle of 145.57º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215E3B is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 94 | 59 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.63 |
| HSL | 145.57º | 0.48% | 0.25% | - |
| HSV(B) | 145.57º | 0.65% | 0.37% | - |
| XYZ | 5.42 | 8.64 | 5.52 | - |
| YUV | 71.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 94 | 59 | 0.65 | 0 | 0.37 | 0.63 | 145.57 | 0.48 | 0.25 |
| Hex | 21 | 5E | 3B | 41 | 0 | 25 | 3F | 92 | 30 | 19 |
| Octal | 41 | 136 | 73 | 101 | 0 | 45 | 77 | 222 | 60 | 31 |
| Binary | 100001 | 1011110 | 111011 | 1000001 | 0 | 100101 | 111111 | 10010010 | 110000 | 11001 |
Color Harmonies of #215E3B
Complementary color
Monochromatic Colors of #215E3B
Black with #215E3B
Text Example
Text Example
White with #215E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215E3B; }
p { color: rgb(33,94,59); }
H1.HeaderClassName
{
color: #215E3B;
}
.AnyTagClassName
{
color: #215E3B;
}
</style>
background-color css
<style>
a { background-color: #215E3B; }
a { background-color: rgb(33,94,59); }
div.DivClassName
{
background-color: #215E3B;
}
.BgClassName
{
background-color: #215E3B;
}
</style>
border-color css
<style>
span { border-color: #215E3B; }
span { border-color: rgb(33,94,59); }
td.TdClassName
{
border-color: #215E3B;
}
.TagClassName
{
border-color: #215E3B;
}
</style>