Shades of Green Pea #216540
Tints of Green Pea #216540
RGB
CMYK
RGB Variations
Color information
#216540 (or 0x216540) is known color: Green Pea. HEX triplet: 21, 65 and 40. RGB value is (33,101,64). Sum of RGB (Red+Green+Blue) = 33+101+64=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 101 (39.84% from 255 or 51.01% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 101 - color contains mainly: green. Hex color #216540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216540 is #DE9ABF. Grayscale: #4C4C4C. Windows color (decimal): -14588608 or 4220193. OLE color: 4220193.
HSL color Cylindrical-coordinate representation of color #216540: hue angle of 147.35º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #216540 is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 101 | 64 | - |
| CMYK | 0.67 | 0 | 0.37 | 0.60 |
| HSL | 147.35º | 0.51% | 0.26% | - |
| HSV(B) | 147.35º | 0.67% | 0.4% | - |
| XYZ | 6.21 | 10 | 6.45 | - |
| YUV | 76.45 | 120.97 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 64 | 0.67 | 0 | 0.37 | 0.60 | 147.35 | 0.51 | 0.26 |
| Hex | 21 | 65 | 40 | 43 | 0 | 25 | 3C | 93 | 33 | 1A |
| Octal | 41 | 145 | 100 | 103 | 0 | 45 | 74 | 223 | 63 | 32 |
| Binary | 100001 | 1100101 | 1000000 | 1000011 | 0 | 100101 | 111100 | 10010011 | 110011 | 11010 |
Color Harmonies of #216540
Complementary color
Monochromatic Colors of #216540
Black with #216540
Text Example
Text Example
White with #216540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216540; }
p { color: rgb(33,101,64); }
H1.HeaderClassName
{
color: #216540;
}
.AnyTagClassName
{
color: #216540;
}
</style>
background-color css
<style>
a { background-color: #216540; }
a { background-color: rgb(33,101,64); }
div.DivClassName
{
background-color: #216540;
}
.BgClassName
{
background-color: #216540;
}
</style>
border-color css
<style>
span { border-color: #216540; }
span { border-color: rgb(33,101,64); }
td.TdClassName
{
border-color: #216540;
}
.TagClassName
{
border-color: #216540;
}
</style>