Shades of Green Pea #216945
Tints of Green Pea #216945
RGB
CMYK
RGB Variations
Color information
#216945 (or 0x216945) is known color: Green Pea. HEX triplet: 21, 69 and 45. RGB value is (33,105,69). Sum of RGB (Red+Green+Blue) = 33+105+69=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 105 (41.41% from 255 or 50.72% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 105 - color contains mainly: green. Hex color #216945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216945 is #DE96BA. Grayscale: #4F4F4F. Windows color (decimal): -14587579 or 4548897. OLE color: 4548897.
HSL color Cylindrical-coordinate representation of color #216945: hue angle of 150º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216945 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 105 | 69 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.59 |
| HSL | 150º | 0.52% | 0.27% | - |
| HSV(B) | 150º | 0.69% | 0.41% | - |
| XYZ | 6.75 | 10.86 | 7.37 | - |
| YUV | 79.37 | 122.15 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 105 | 69 | 0.69 | 0 | 0.34 | 0.59 | 150 | 0.52 | 0.27 |
| Hex | 21 | 69 | 45 | 45 | 0 | 22 | 3B | 96 | 34 | 1B |
| Octal | 41 | 151 | 105 | 105 | 0 | 42 | 73 | 226 | 64 | 33 |
| Binary | 100001 | 1101001 | 1000101 | 1000101 | 0 | 100010 | 111011 | 10010110 | 110100 | 11011 |
Color Harmonies of #216945
Complementary color
Monochromatic Colors of #216945
Black with #216945
Text Example
Text Example
White with #216945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216945; }
p { color: rgb(33,105,69); }
H1.HeaderClassName
{
color: #216945;
}
.AnyTagClassName
{
color: #216945;
}
</style>
background-color css
<style>
a { background-color: #216945; }
a { background-color: rgb(33,105,69); }
div.DivClassName
{
background-color: #216945;
}
.BgClassName
{
background-color: #216945;
}
</style>
border-color css
<style>
span { border-color: #216945; }
span { border-color: rgb(33,105,69); }
td.TdClassName
{
border-color: #216945;
}
.TagClassName
{
border-color: #216945;
}
</style>