Shades of Green Pea #215A40
Tints of Green Pea #215A40
RGB
CMYK
RGB Variations
Color information
#215A40 (or 0x215A40) is known color: Green Pea. HEX triplet: 21, 5A and 40. RGB value is (33,90,64). Sum of RGB (Red+Green+Blue) = 33+90+64=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 90 (35.55% from 255 or 48.13% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 90 - color contains mainly: green. Hex color #215A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215A40 is #DEA5BF. Grayscale: #464646. Windows color (decimal): -14591424 or 4217377. OLE color: 4217377.
HSL color Cylindrical-coordinate representation of color #215A40: hue angle of 152.63º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #215A40 is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 90 | 64 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.65 |
| HSL | 152.63º | 0.46% | 0.24% | - |
| HSV(B) | 152.63º | 0.63% | 0.35% | - |
| XYZ | 5.21 | 8.01 | 6.12 | - |
| YUV | 69.99 | 124.62 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 64 | 0.63 | 0 | 0.29 | 0.65 | 152.63 | 0.46 | 0.24 |
| Hex | 21 | 5A | 40 | 3F | 0 | 1D | 41 | 99 | 2E | 18 |
| Octal | 41 | 132 | 100 | 77 | 0 | 35 | 101 | 231 | 56 | 30 |
| Binary | 100001 | 1011010 | 1000000 | 111111 | 0 | 11101 | 1000001 | 10011001 | 101110 | 11000 |
Color Harmonies of #215A40
Complementary color
Monochromatic Colors of #215A40
Black with #215A40
Text Example
Text Example
White with #215A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215A40; }
p { color: rgb(33,90,64); }
H1.HeaderClassName
{
color: #215A40;
}
.AnyTagClassName
{
color: #215A40;
}
</style>
background-color css
<style>
a { background-color: #215A40; }
a { background-color: rgb(33,90,64); }
div.DivClassName
{
background-color: #215A40;
}
.BgClassName
{
background-color: #215A40;
}
</style>
border-color css
<style>
span { border-color: #215A40; }
span { border-color: rgb(33,90,64); }
td.TdClassName
{
border-color: #215A40;
}
.TagClassName
{
border-color: #215A40;
}
</style>