Shades of Green Pea #216345
Tints of Green Pea #216345
RGB
CMYK
RGB Variations
Color information
#216345 (or 0x216345) is known color: Green Pea. HEX triplet: 21, 63 and 45. RGB value is (33,99,69). Sum of RGB (Red+Green+Blue) = 33+99+69=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #216345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216345 is #DE9CBA. Grayscale: #4B4B4B. Windows color (decimal): -14589115 or 4547361. OLE color: 4547361.
HSL color Cylindrical-coordinate representation of color #216345: hue angle of 152.73º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #216345 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 99 | 69 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.61 |
| HSL | 152.73º | 0.5% | 0.26% | - |
| HSV(B) | 152.73º | 0.67% | 0.39% | - |
| XYZ | 6.16 | 9.68 | 7.17 | - |
| YUV | 75.85 | 124.13 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 99 | 69 | 0.67 | 0 | 0.30 | 0.61 | 152.73 | 0.5 | 0.26 |
| Hex | 21 | 63 | 45 | 43 | 0 | 1E | 3D | 99 | 32 | 1A |
| Octal | 41 | 143 | 105 | 103 | 0 | 36 | 75 | 231 | 62 | 32 |
| Binary | 100001 | 1100011 | 1000101 | 1000011 | 0 | 11110 | 111101 | 10011001 | 110010 | 11010 |
Color Harmonies of #216345
Complementary color
Monochromatic Colors of #216345
Black with #216345
Text Example
Text Example
White with #216345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216345; }
p { color: rgb(33,99,69); }
H1.HeaderClassName
{
color: #216345;
}
.AnyTagClassName
{
color: #216345;
}
</style>
background-color css
<style>
a { background-color: #216345; }
a { background-color: rgb(33,99,69); }
div.DivClassName
{
background-color: #216345;
}
.BgClassName
{
background-color: #216345;
}
</style>
border-color css
<style>
span { border-color: #216345; }
span { border-color: rgb(33,99,69); }
td.TdClassName
{
border-color: #216345;
}
.TagClassName
{
border-color: #216345;
}
</style>