Shades of Green Pea #215D3A
Tints of Green Pea #215D3A
RGB
CMYK
RGB Variations
Color information
#215D3A (or 0x215D3A) is known color: Green Pea. HEX triplet: 21, 5D and 3A. RGB value is (33,93,58). Sum of RGB (Red+Green+Blue) = 33+93+58=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 93 (36.72% from 255 or 50.54% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 93 - color contains mainly: green. Hex color #215D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D3A is #DEA2C5. Grayscale: #474747. Windows color (decimal): -14590662 or 3824929. OLE color: 3824929.
HSL color Cylindrical-coordinate representation of color #215D3A: hue angle of 145º 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 #215D3A is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 93 | 58 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.64 |
| HSL | 145º | 0.48% | 0.25% | - |
| HSV(B) | 145º | 0.65% | 0.36% | - |
| XYZ | 5.31 | 8.46 | 5.36 | - |
| YUV | 71.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 58 | 0.65 | 0 | 0.38 | 0.64 | 145 | 0.48 | 0.25 |
| Hex | 21 | 5D | 3A | 41 | 0 | 26 | 40 | 91 | 30 | 19 |
| Octal | 41 | 135 | 72 | 101 | 0 | 46 | 100 | 221 | 60 | 31 |
| Binary | 100001 | 1011101 | 111010 | 1000001 | 0 | 100110 | 1000000 | 10010001 | 110000 | 11001 |
Color Harmonies of #215D3A
Complementary color
Monochromatic Colors of #215D3A
Black with #215D3A
Text Example
Text Example
White with #215D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215D3A; }
p { color: rgb(33,93,58); }
H1.HeaderClassName
{
color: #215D3A;
}
.AnyTagClassName
{
color: #215D3A;
}
</style>
background-color css
<style>
a { background-color: #215D3A; }
a { background-color: rgb(33,93,58); }
div.DivClassName
{
background-color: #215D3A;
}
.BgClassName
{
background-color: #215D3A;
}
</style>
border-color css
<style>
span { border-color: #215D3A; }
span { border-color: rgb(33,93,58); }
td.TdClassName
{
border-color: #215D3A;
}
.TagClassName
{
border-color: #215D3A;
}
</style>