Shades of Green Pea #215D3F
Tints of Green Pea #215D3F
RGB
CMYK
RGB Variations
Color information
#215D3F (or 0x215D3F) is known color: Green Pea. HEX triplet: 21, 5D and 3F. RGB value is (33,93,63). Sum of RGB (Red+Green+Blue) = 33+93+63=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 93 (36.72% from 255 or 49.21% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 93 - color contains mainly: green. Hex color #215D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D3F is #DEA2C0. Grayscale: #474747. Windows color (decimal): -14590657 or 4152609. OLE color: 4152609.
HSL color Cylindrical-coordinate representation of color #215D3F: hue angle of 150º 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 #215D3F is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 93 | 63 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.64 |
| HSL | 150º | 0.48% | 0.25% | - |
| HSV(B) | 150º | 0.65% | 0.36% | - |
| XYZ | 5.44 | 8.51 | 6.06 | - |
| YUV | 71.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 63 | 0.65 | 0 | 0.32 | 0.64 | 150 | 0.48 | 0.25 |
| Hex | 21 | 5D | 3F | 41 | 0 | 20 | 40 | 96 | 30 | 19 |
| Octal | 41 | 135 | 77 | 101 | 0 | 40 | 100 | 226 | 60 | 31 |
| Binary | 100001 | 1011101 | 111111 | 1000001 | 0 | 100000 | 1000000 | 10010110 | 110000 | 11001 |
Color Harmonies of #215D3F
Complementary color
Monochromatic Colors of #215D3F
Black with #215D3F
Text Example
Text Example
White with #215D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215D3F; }
p { color: rgb(33,93,63); }
H1.HeaderClassName
{
color: #215D3F;
}
.AnyTagClassName
{
color: #215D3F;
}
</style>
background-color css
<style>
a { background-color: #215D3F; }
a { background-color: rgb(33,93,63); }
div.DivClassName
{
background-color: #215D3F;
}
.BgClassName
{
background-color: #215D3F;
}
</style>
border-color css
<style>
span { border-color: #215D3F; }
span { border-color: rgb(33,93,63); }
td.TdClassName
{
border-color: #215D3F;
}
.TagClassName
{
border-color: #215D3F;
}
</style>