Shades of Green Pea #215D3D
Tints of Green Pea #215D3D
RGB
CMYK
RGB Variations
Color information
#215D3D (or 0x215D3D) is known color: Green Pea. HEX triplet: 21, 5D and 3D. RGB value is (33,93,61). Sum of RGB (Red+Green+Blue) = 33+93+61=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 93 (36.72% from 255 or 49.73% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 93 - color contains mainly: green. Hex color #215D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D3D is #DEA2C2. Grayscale: #474747. Windows color (decimal): -14590659 or 4021537. OLE color: 4021537.
HSL color Cylindrical-coordinate representation of color #215D3D: hue angle of 148º 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 #215D3D is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 93 | 61 | - |
| CMYK | 0.65 | 0 | 0.34 | 0.64 |
| HSL | 148º | 0.48% | 0.25% | - |
| HSV(B) | 148º | 0.65% | 0.36% | - |
| XYZ | 5.38 | 8.49 | 5.77 | - |
| YUV | 71.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 61 | 0.65 | 0 | 0.34 | 0.64 | 148 | 0.48 | 0.25 |
| Hex | 21 | 5D | 3D | 41 | 0 | 22 | 40 | 94 | 30 | 19 |
| Octal | 41 | 135 | 75 | 101 | 0 | 42 | 100 | 224 | 60 | 31 |
| Binary | 100001 | 1011101 | 111101 | 1000001 | 0 | 100010 | 1000000 | 10010100 | 110000 | 11001 |
Color Harmonies of #215D3D
Complementary color
Monochromatic Colors of #215D3D
Black with #215D3D
Text Example
Text Example
White with #215D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215D3D; }
p { color: rgb(33,93,61); }
H1.HeaderClassName
{
color: #215D3D;
}
.AnyTagClassName
{
color: #215D3D;
}
</style>
background-color css
<style>
a { background-color: #215D3D; }
a { background-color: rgb(33,93,61); }
div.DivClassName
{
background-color: #215D3D;
}
.BgClassName
{
background-color: #215D3D;
}
</style>
border-color css
<style>
span { border-color: #215D3D; }
span { border-color: rgb(33,93,61); }
td.TdClassName
{
border-color: #215D3D;
}
.TagClassName
{
border-color: #215D3D;
}
</style>