Shades of Green Pea #215E44
Tints of Green Pea #215E44
RGB
CMYK
RGB Variations
Color information
#215E44 (or 0x215E44) is known color: Green Pea. HEX triplet: 21, 5E and 44. RGB value is (33,94,68). Sum of RGB (Red+Green+Blue) = 33+94+68=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 94 (37.11% from 255 or 48.21% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 94 - color contains mainly: green. Hex color #215E44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215E44 is #DEA1BB. Grayscale: #484848. Windows color (decimal): -14590396 or 4480545. OLE color: 4480545.
HSL color Cylindrical-coordinate representation of color #215E44: hue angle of 154.43º 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 #215E44 is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 94 | 68 | - |
| CMYK | 0.65 | 0 | 0.28 | 0.63 |
| HSL | 154.43º | 0.48% | 0.25% | - |
| HSV(B) | 154.43º | 0.65% | 0.37% | - |
| XYZ | 5.67 | 8.75 | 6.86 | - |
| YUV | 72.8 | 125.29 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 94 | 68 | 0.65 | 0 | 0.28 | 0.63 | 154.43 | 0.48 | 0.25 |
| Hex | 21 | 5E | 44 | 41 | 0 | 1C | 3F | 9A | 30 | 19 |
| Octal | 41 | 136 | 104 | 101 | 0 | 34 | 77 | 232 | 60 | 31 |
| Binary | 100001 | 1011110 | 1000100 | 1000001 | 0 | 11100 | 111111 | 10011010 | 110000 | 11001 |
Color Harmonies of #215E44
Complementary color
Monochromatic Colors of #215E44
Black with #215E44
Text Example
Text Example
White with #215E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215E44; }
p { color: rgb(33,94,68); }
H1.HeaderClassName
{
color: #215E44;
}
.AnyTagClassName
{
color: #215E44;
}
</style>
background-color css
<style>
a { background-color: #215E44; }
a { background-color: rgb(33,94,68); }
div.DivClassName
{
background-color: #215E44;
}
.BgClassName
{
background-color: #215E44;
}
</style>
border-color css
<style>
span { border-color: #215E44; }
span { border-color: rgb(33,94,68); }
td.TdClassName
{
border-color: #215E44;
}
.TagClassName
{
border-color: #215E44;
}
</style>