Shades of Green Pea #216745
Tints of Green Pea #216745
RGB
CMYK
RGB Variations
Color information
#216745 (or 0x216745) is known color: Green Pea. HEX triplet: 21, 67 and 45. RGB value is (33,103,69). Sum of RGB (Red+Green+Blue) = 33+103+69=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #216745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216745 is #DE98BA. Grayscale: #4E4E4E. Windows color (decimal): -14588091 or 4548385. OLE color: 4548385.
HSL color Cylindrical-coordinate representation of color #216745: hue angle of 150.86º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #216745 is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 103 | 69 | - |
| CMYK | 0.68 | 0 | 0.33 | 0.60 |
| HSL | 150.86º | 0.51% | 0.27% | - |
| HSV(B) | 150.86º | 0.68% | 0.4% | - |
| XYZ | 6.55 | 10.45 | 7.3 | - |
| YUV | 78.19 | 122.81 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 103 | 69 | 0.68 | 0 | 0.33 | 0.60 | 150.86 | 0.51 | 0.27 |
| Hex | 21 | 67 | 45 | 44 | 0 | 21 | 3C | 97 | 33 | 1B |
| Octal | 41 | 147 | 105 | 104 | 0 | 41 | 74 | 227 | 63 | 33 |
| Binary | 100001 | 1100111 | 1000101 | 1000100 | 0 | 100001 | 111100 | 10010111 | 110011 | 11011 |
Color Harmonies of #216745
Complementary color
Monochromatic Colors of #216745
Black with #216745
Text Example
Text Example
White with #216745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216745; }
p { color: rgb(33,103,69); }
H1.HeaderClassName
{
color: #216745;
}
.AnyTagClassName
{
color: #216745;
}
</style>
background-color css
<style>
a { background-color: #216745; }
a { background-color: rgb(33,103,69); }
div.DivClassName
{
background-color: #216745;
}
.BgClassName
{
background-color: #216745;
}
</style>
border-color css
<style>
span { border-color: #216745; }
span { border-color: rgb(33,103,69); }
td.TdClassName
{
border-color: #216745;
}
.TagClassName
{
border-color: #216745;
}
</style>