Shades of Green Pea #215E3F
Tints of Green Pea #215E3F
RGB
CMYK
RGB Variations
Color information
#215E3F (or 0x215E3F) is known color: Green Pea. HEX triplet: 21, 5E and 3F. RGB value is (33,94,63). Sum of RGB (Red+Green+Blue) = 33+94+63=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 94 (37.11% from 255 or 49.47% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 94 - color contains mainly: green. Hex color #215E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215E3F is #DEA1C0. Grayscale: #484848. Windows color (decimal): -14590401 or 4152865. OLE color: 4152865.
HSL color Cylindrical-coordinate representation of color #215E3F: hue angle of 149.51º 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 #215E3F is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 94 | 63 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.63 |
| HSL | 149.51º | 0.48% | 0.25% | - |
| HSV(B) | 149.51º | 0.65% | 0.37% | - |
| XYZ | 5.53 | 8.69 | 6.09 | - |
| YUV | 72.23 | 122.79 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 94 | 63 | 0.65 | 0 | 0.33 | 0.63 | 149.51 | 0.48 | 0.25 |
| Hex | 21 | 5E | 3F | 41 | 0 | 21 | 3F | 96 | 30 | 19 |
| Octal | 41 | 136 | 77 | 101 | 0 | 41 | 77 | 226 | 60 | 31 |
| Binary | 100001 | 1011110 | 111111 | 1000001 | 0 | 100001 | 111111 | 10010110 | 110000 | 11001 |
Color Harmonies of #215E3F
Complementary color
Monochromatic Colors of #215E3F
Black with #215E3F
Text Example
Text Example
White with #215E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215E3F; }
p { color: rgb(33,94,63); }
H1.HeaderClassName
{
color: #215E3F;
}
.AnyTagClassName
{
color: #215E3F;
}
</style>
background-color css
<style>
a { background-color: #215E3F; }
a { background-color: rgb(33,94,63); }
div.DivClassName
{
background-color: #215E3F;
}
.BgClassName
{
background-color: #215E3F;
}
</style>
border-color css
<style>
span { border-color: #215E3F; }
span { border-color: rgb(33,94,63); }
td.TdClassName
{
border-color: #215E3F;
}
.TagClassName
{
border-color: #215E3F;
}
</style>