Shades of Green Pea #216C41
Tints of Green Pea #216C41
RGB
CMYK
RGB Variations
Color information
#216C41 (or 0x216C41) is known color: Green Pea. HEX triplet: 21, 6C and 41. RGB value is (33,108,65). Sum of RGB (Red+Green+Blue) = 33+108+65=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 108 (42.58% from 255 or 52.43% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 108 - color contains mainly: green. Hex color #216C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216C41 is #DE93BE. Grayscale: #505050. Windows color (decimal): -14586815 or 4287521. OLE color: 4287521.
HSL color Cylindrical-coordinate representation of color #216C41: hue angle of 145.6º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216C41 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 108 | 65 | - |
| CMYK | 0.69 | 0 | 0.40 | 0.58 |
| HSL | 145.6º | 0.53% | 0.28% | - |
| HSV(B) | 145.6º | 0.69% | 0.42% | - |
| XYZ | 6.94 | 11.43 | 6.84 | - |
| YUV | 80.67 | 119.15 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 108 | 65 | 0.69 | 0 | 0.40 | 0.58 | 145.6 | 0.53 | 0.28 |
| Hex | 21 | 6C | 41 | 45 | 0 | 28 | 3A | 92 | 35 | 1C |
| Octal | 41 | 154 | 101 | 105 | 0 | 50 | 72 | 222 | 65 | 34 |
| Binary | 100001 | 1101100 | 1000001 | 1000101 | 0 | 101000 | 111010 | 10010010 | 110101 | 11100 |
Color Harmonies of #216C41
Complementary color
Monochromatic Colors of #216C41
Black with #216C41
Text Example
Text Example
White with #216C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216C41; }
p { color: rgb(33,108,65); }
H1.HeaderClassName
{
color: #216C41;
}
.AnyTagClassName
{
color: #216C41;
}
</style>
background-color css
<style>
a { background-color: #216C41; }
a { background-color: rgb(33,108,65); }
div.DivClassName
{
background-color: #216C41;
}
.BgClassName
{
background-color: #216C41;
}
</style>
border-color css
<style>
span { border-color: #216C41; }
span { border-color: rgb(33,108,65); }
td.TdClassName
{
border-color: #216C41;
}
.TagClassName
{
border-color: #216C41;
}
</style>