Shades of Green Pea #215E3C
Tints of Green Pea #215E3C
RGB
CMYK
RGB Variations
Color information
#215E3C (or 0x215E3C) is known color: Green Pea. HEX triplet: 21, 5E and 3C. RGB value is (33,94,60). Sum of RGB (Red+Green+Blue) = 33+94+60=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 94 (37.11% from 255 or 50.27% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 94 - color contains mainly: green. Hex color #215E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215E3C is #DEA1C3. Grayscale: #474747. Windows color (decimal): -14590404 or 3956257. OLE color: 3956257.
HSL color Cylindrical-coordinate representation of color #215E3C: hue angle of 146.56º 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 #215E3C is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 94 | 60 | - |
| CMYK | 0.65 | 0 | 0.36 | 0.63 |
| HSL | 146.56º | 0.48% | 0.25% | - |
| HSV(B) | 146.56º | 0.65% | 0.37% | - |
| XYZ | 5.45 | 8.65 | 5.66 | - |
| YUV | 71.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 94 | 60 | 0.65 | 0 | 0.36 | 0.63 | 146.56 | 0.48 | 0.25 |
| Hex | 21 | 5E | 3C | 41 | 0 | 24 | 3F | 93 | 30 | 19 |
| Octal | 41 | 136 | 74 | 101 | 0 | 44 | 77 | 223 | 60 | 31 |
| Binary | 100001 | 1011110 | 111100 | 1000001 | 0 | 100100 | 111111 | 10010011 | 110000 | 11001 |
Color Harmonies of #215E3C
Complementary color
Monochromatic Colors of #215E3C
Black with #215E3C
Text Example
Text Example
White with #215E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215E3C; }
p { color: rgb(33,94,60); }
H1.HeaderClassName
{
color: #215E3C;
}
.AnyTagClassName
{
color: #215E3C;
}
</style>
background-color css
<style>
a { background-color: #215E3C; }
a { background-color: rgb(33,94,60); }
div.DivClassName
{
background-color: #215E3C;
}
.BgClassName
{
background-color: #215E3C;
}
</style>
border-color css
<style>
span { border-color: #215E3C; }
span { border-color: rgb(33,94,60); }
td.TdClassName
{
border-color: #215E3C;
}
.TagClassName
{
border-color: #215E3C;
}
</style>