Shades of Green Pea #215E43
Tints of Green Pea #215E43
RGB
CMYK
RGB Variations
Color information
#215E43 (or 0x215E43) is known color: Green Pea. HEX triplet: 21, 5E and 43. RGB value is (33,94,67). Sum of RGB (Red+Green+Blue) = 33+94+67=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 94 (37.11% from 255 or 48.45% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 94 - color contains mainly: green. Hex color #215E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215E43 is #DEA1BC. Grayscale: #484848. Windows color (decimal): -14590397 or 4415009. OLE color: 4415009.
HSL color Cylindrical-coordinate representation of color #215E43: hue angle of 153.44º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215E43 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 94 | 67 | - |
| CMYK | 0.65 | 0 | 0.29 | 0.63 |
| HSL | 153.44º | 0.48% | 0.25% | - |
| HSV(B) | 153.44º | 0.65% | 0.37% | - |
| XYZ | 5.64 | 8.73 | 6.7 | - |
| YUV | 72.68 | 124.79 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 94 | 67 | 0.65 | 0 | 0.29 | 0.63 | 153.44 | 0.48 | 0.25 |
| Hex | 21 | 5E | 43 | 41 | 0 | 1D | 3F | 99 | 30 | 19 |
| Octal | 41 | 136 | 103 | 101 | 0 | 35 | 77 | 231 | 60 | 31 |
| Binary | 100001 | 1011110 | 1000011 | 1000001 | 0 | 11101 | 111111 | 10011001 | 110000 | 11001 |
Color Harmonies of #215E43
Complementary color
Monochromatic Colors of #215E43
Black with #215E43
Text Example
Text Example
White with #215E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215E43; }
p { color: rgb(33,94,67); }
H1.HeaderClassName
{
color: #215E43;
}
.AnyTagClassName
{
color: #215E43;
}
</style>
background-color css
<style>
a { background-color: #215E43; }
a { background-color: rgb(33,94,67); }
div.DivClassName
{
background-color: #215E43;
}
.BgClassName
{
background-color: #215E43;
}
</style>
border-color css
<style>
span { border-color: #215E43; }
span { border-color: rgb(33,94,67); }
td.TdClassName
{
border-color: #215E43;
}
.TagClassName
{
border-color: #215E43;
}
</style>