Shades of Green Pea #215D43
Tints of Green Pea #215D43
RGB
CMYK
RGB Variations
Color information
#215D43 (or 0x215D43) is known color: Green Pea. HEX triplet: 21, 5D and 43. RGB value is (33,93,67). Sum of RGB (Red+Green+Blue) = 33+93+67=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 93 (36.72% from 255 or 48.19% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 93 - color contains mainly: green. Hex color #215D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D43 is #DEA2BC. Grayscale: #484848. Windows color (decimal): -14590653 or 4414753. OLE color: 4414753.
HSL color Cylindrical-coordinate representation of color #215D43: hue angle of 154º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215D43 is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 93 | 67 | - |
| CMYK | 0.65 | 0 | 0.28 | 0.64 |
| HSL | 154º | 0.48% | 0.25% | - |
| HSV(B) | 154º | 0.65% | 0.36% | - |
| XYZ | 5.55 | 8.56 | 6.67 | - |
| YUV | 72.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 67 | 0.65 | 0 | 0.28 | 0.64 | 154 | 0.48 | 0.25 |
| Hex | 21 | 5D | 43 | 41 | 0 | 1C | 40 | 9A | 30 | 19 |
| Octal | 41 | 135 | 103 | 101 | 0 | 34 | 100 | 232 | 60 | 31 |
| Binary | 100001 | 1011101 | 1000011 | 1000001 | 0 | 11100 | 1000000 | 10011010 | 110000 | 11001 |
Color Harmonies of #215D43
Complementary color
Monochromatic Colors of #215D43
Black with #215D43
Text Example
Text Example
White with #215D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215D43; }
p { color: rgb(33,93,67); }
H1.HeaderClassName
{
color: #215D43;
}
.AnyTagClassName
{
color: #215D43;
}
</style>
background-color css
<style>
a { background-color: #215D43; }
a { background-color: rgb(33,93,67); }
div.DivClassName
{
background-color: #215D43;
}
.BgClassName
{
background-color: #215D43;
}
</style>
border-color css
<style>
span { border-color: #215D43; }
span { border-color: rgb(33,93,67); }
td.TdClassName
{
border-color: #215D43;
}
.TagClassName
{
border-color: #215D43;
}
</style>