Shades of Green Pea #216543
Tints of Green Pea #216543
RGB
CMYK
RGB Variations
Color information
#216543 (or 0x216543) is known color: Green Pea. HEX triplet: 21, 65 and 43. RGB value is (33,101,67). Sum of RGB (Red+Green+Blue) = 33+101+67=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 101 (39.84% from 255 or 50.25% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 101 - color contains mainly: green. Hex color #216543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216543 is #DE9ABC. Grayscale: #4C4C4C. Windows color (decimal): -14588605 or 4416801. OLE color: 4416801.
HSL color Cylindrical-coordinate representation of color #216543: hue angle of 150º 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 #216543 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 101 | 67 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.60 |
| HSL | 150º | 0.51% | 0.26% | - |
| HSV(B) | 150º | 0.67% | 0.4% | - |
| XYZ | 6.29 | 10.04 | 6.92 | - |
| YUV | 76.79 | 122.47 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 67 | 0.67 | 0 | 0.34 | 0.60 | 150 | 0.51 | 0.26 |
| Hex | 21 | 65 | 43 | 43 | 0 | 22 | 3C | 96 | 33 | 1A |
| Octal | 41 | 145 | 103 | 103 | 0 | 42 | 74 | 226 | 63 | 32 |
| Binary | 100001 | 1100101 | 1000011 | 1000011 | 0 | 100010 | 111100 | 10010110 | 110011 | 11010 |
Color Harmonies of #216543
Complementary color
Monochromatic Colors of #216543
Black with #216543
Text Example
Text Example
White with #216543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216543; }
p { color: rgb(33,101,67); }
H1.HeaderClassName
{
color: #216543;
}
.AnyTagClassName
{
color: #216543;
}
</style>
background-color css
<style>
a { background-color: #216543; }
a { background-color: rgb(33,101,67); }
div.DivClassName
{
background-color: #216543;
}
.BgClassName
{
background-color: #216543;
}
</style>
border-color css
<style>
span { border-color: #216543; }
span { border-color: rgb(33,101,67); }
td.TdClassName
{
border-color: #216543;
}
.TagClassName
{
border-color: #216543;
}
</style>