Shades of Green Pea #215B41
Tints of Green Pea #215B41
RGB
CMYK
RGB Variations
Color information
#215B41 (or 0x215B41) is known color: Green Pea. HEX triplet: 21, 5B and 41. RGB value is (33,91,65). Sum of RGB (Red+Green+Blue) = 33+91+65=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 91 (35.94% from 255 or 48.15% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 91 - color contains mainly: green. Hex color #215B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215B41 is #DEA4BE. Grayscale: #464646. Windows color (decimal): -14591167 or 4283169. OLE color: 4283169.
HSL color Cylindrical-coordinate representation of color #215B41: hue angle of 153.1º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #215B41 is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 91 | 65 | - |
| CMYK | 0.64 | 0 | 0.29 | 0.64 |
| HSL | 153.1º | 0.47% | 0.24% | - |
| HSV(B) | 153.1º | 0.64% | 0.36% | - |
| XYZ | 5.32 | 8.19 | 6.3 | - |
| YUV | 70.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 65 | 0.64 | 0 | 0.29 | 0.64 | 153.1 | 0.47 | 0.24 |
| Hex | 21 | 5B | 41 | 40 | 0 | 1D | 40 | 99 | 2F | 18 |
| Octal | 41 | 133 | 101 | 100 | 0 | 35 | 100 | 231 | 57 | 30 |
| Binary | 100001 | 1011011 | 1000001 | 1000000 | 0 | 11101 | 1000000 | 10011001 | 101111 | 11000 |
Color Harmonies of #215B41
Complementary color
Monochromatic Colors of #215B41
Black with #215B41
Text Example
Text Example
White with #215B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215B41; }
p { color: rgb(33,91,65); }
H1.HeaderClassName
{
color: #215B41;
}
.AnyTagClassName
{
color: #215B41;
}
</style>
background-color css
<style>
a { background-color: #215B41; }
a { background-color: rgb(33,91,65); }
div.DivClassName
{
background-color: #215B41;
}
.BgClassName
{
background-color: #215B41;
}
</style>
border-color css
<style>
span { border-color: #215B41; }
span { border-color: rgb(33,91,65); }
td.TdClassName
{
border-color: #215B41;
}
.TagClassName
{
border-color: #215B41;
}
</style>