Shades of Green Pea #215C44
Tints of Green Pea #215C44
RGB
CMYK
RGB Variations
Color information
#215C44 (or 0x215C44) is known color: Green Pea. HEX triplet: 21, 5C and 44. RGB value is (33,92,68). Sum of RGB (Red+Green+Blue) = 33+92+68=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 92 (36.33% from 255 or 47.67% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 92 - color contains mainly: green. Hex color #215C44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215C44 is #DEA3BB. Grayscale: #474747. Windows color (decimal): -14590908 or 4480033. OLE color: 4480033.
HSL color Cylindrical-coordinate representation of color #215C44: hue angle of 155.59º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #215C44 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 92 | 68 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.64 |
| HSL | 155.59º | 0.47% | 0.25% | - |
| HSV(B) | 155.59º | 0.64% | 0.36% | - |
| XYZ | 5.5 | 8.39 | 6.8 | - |
| YUV | 71.62 | 125.95 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 68 | 0.64 | 0 | 0.26 | 0.64 | 155.59 | 0.47 | 0.25 |
| Hex | 21 | 5C | 44 | 40 | 0 | 1A | 40 | 9C | 2F | 19 |
| Octal | 41 | 134 | 104 | 100 | 0 | 32 | 100 | 234 | 57 | 31 |
| Binary | 100001 | 1011100 | 1000100 | 1000000 | 0 | 11010 | 1000000 | 10011100 | 101111 | 11001 |
Color Harmonies of #215C44
Complementary color
Monochromatic Colors of #215C44
Black with #215C44
Text Example
Text Example
White with #215C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215C44; }
p { color: rgb(33,92,68); }
H1.HeaderClassName
{
color: #215C44;
}
.AnyTagClassName
{
color: #215C44;
}
</style>
background-color css
<style>
a { background-color: #215C44; }
a { background-color: rgb(33,92,68); }
div.DivClassName
{
background-color: #215C44;
}
.BgClassName
{
background-color: #215C44;
}
</style>
border-color css
<style>
span { border-color: #215C44; }
span { border-color: rgb(33,92,68); }
td.TdClassName
{
border-color: #215C44;
}
.TagClassName
{
border-color: #215C44;
}
</style>