Shades of Green Pea #216546
Tints of Green Pea #216546
RGB
CMYK
RGB Variations
Color information
#216546 (or 0x216546) is known color: Green Pea. HEX triplet: 21, 65 and 46. RGB value is (33,101,70). Sum of RGB (Red+Green+Blue) = 33+101+70=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 101 (39.84% from 255 or 49.51% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 101 - color contains mainly: green. Hex color #216546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216546 is #DE9AB9. Grayscale: #4D4D4D. Windows color (decimal): -14588602 or 4613409. OLE color: 4613409.
HSL color Cylindrical-coordinate representation of color #216546: hue angle of 152.65º 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 #216546 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 101 | 70 | - |
| CMYK | 0.67 | 0 | 0.31 | 0.60 |
| HSL | 152.65º | 0.51% | 0.26% | - |
| HSV(B) | 152.65º | 0.67% | 0.4% | - |
| XYZ | 6.39 | 10.07 | 7.4 | - |
| YUV | 77.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 70 | 0.67 | 0 | 0.31 | 0.60 | 152.65 | 0.51 | 0.26 |
| Hex | 21 | 65 | 46 | 43 | 0 | 1F | 3C | 99 | 33 | 1A |
| Octal | 41 | 145 | 106 | 103 | 0 | 37 | 74 | 231 | 63 | 32 |
| Binary | 100001 | 1100101 | 1000110 | 1000011 | 0 | 11111 | 111100 | 10011001 | 110011 | 11010 |
Color Harmonies of #216546
Complementary color
Monochromatic Colors of #216546
Black with #216546
Text Example
Text Example
White with #216546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216546; }
p { color: rgb(33,101,70); }
H1.HeaderClassName
{
color: #216546;
}
.AnyTagClassName
{
color: #216546;
}
</style>
background-color css
<style>
a { background-color: #216546; }
a { background-color: rgb(33,101,70); }
div.DivClassName
{
background-color: #216546;
}
.BgClassName
{
background-color: #216546;
}
</style>
border-color css
<style>
span { border-color: #216546; }
span { border-color: rgb(33,101,70); }
td.TdClassName
{
border-color: #216546;
}
.TagClassName
{
border-color: #216546;
}
</style>