Shades of Green Pea #216545
Tints of Green Pea #216545
RGB
CMYK
RGB Variations
Color information
#216545 (or 0x216545) is known color: Green Pea. HEX triplet: 21, 65 and 45. RGB value is (33,101,69). Sum of RGB (Red+Green+Blue) = 33+101+69=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 101 (39.84% from 255 or 49.75% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 101 - color contains mainly: green. Hex color #216545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216545 is #DE9ABA. Grayscale: #4D4D4D. Windows color (decimal): -14588603 or 4547873. OLE color: 4547873.
HSL color Cylindrical-coordinate representation of color #216545: hue angle of 151.76º 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 #216545 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 101 | 69 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.60 |
| HSL | 151.76º | 0.51% | 0.26% | - |
| HSV(B) | 151.76º | 0.67% | 0.4% | - |
| XYZ | 6.36 | 10.06 | 7.24 | - |
| YUV | 77.02 | 123.47 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 69 | 0.67 | 0 | 0.32 | 0.60 | 151.76 | 0.51 | 0.26 |
| Hex | 21 | 65 | 45 | 43 | 0 | 20 | 3C | 98 | 33 | 1A |
| Octal | 41 | 145 | 105 | 103 | 0 | 40 | 74 | 230 | 63 | 32 |
| Binary | 100001 | 1100101 | 1000101 | 1000011 | 0 | 100000 | 111100 | 10011000 | 110011 | 11010 |
Color Harmonies of #216545
Complementary color
Monochromatic Colors of #216545
Black with #216545
Text Example
Text Example
White with #216545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216545; }
p { color: rgb(33,101,69); }
H1.HeaderClassName
{
color: #216545;
}
.AnyTagClassName
{
color: #216545;
}
</style>
background-color css
<style>
a { background-color: #216545; }
a { background-color: rgb(33,101,69); }
div.DivClassName
{
background-color: #216545;
}
.BgClassName
{
background-color: #216545;
}
</style>
border-color css
<style>
span { border-color: #216545; }
span { border-color: rgb(33,101,69); }
td.TdClassName
{
border-color: #216545;
}
.TagClassName
{
border-color: #216545;
}
</style>