Shades of Green Pea #215C3C
Tints of Green Pea #215C3C
RGB
CMYK
RGB Variations
Color information
#215C3C (or 0x215C3C) is known color: Green Pea. HEX triplet: 21, 5C and 3C. RGB value is (33,92,60). Sum of RGB (Red+Green+Blue) = 33+92+60=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 92 (36.33% from 255 or 49.73% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 92 - color contains mainly: green. Hex color #215C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215C3C is #DEA3C3. Grayscale: #464646. Windows color (decimal): -14590916 or 3955745. OLE color: 3955745.
HSL color Cylindrical-coordinate representation of color #215C3C: hue angle of 147.46º 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 #215C3C is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 92 | 60 | - |
| CMYK | 0.64 | 0 | 0.35 | 0.64 |
| HSL | 147.46º | 0.47% | 0.25% | - |
| HSV(B) | 147.46º | 0.64% | 0.36% | - |
| XYZ | 5.27 | 8.3 | 5.6 | - |
| YUV | 70.71 | 121.95 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 60 | 0.64 | 0 | 0.35 | 0.64 | 147.46 | 0.47 | 0.25 |
| Hex | 21 | 5C | 3C | 40 | 0 | 23 | 40 | 93 | 2F | 19 |
| Octal | 41 | 134 | 74 | 100 | 0 | 43 | 100 | 223 | 57 | 31 |
| Binary | 100001 | 1011100 | 111100 | 1000000 | 0 | 100011 | 1000000 | 10010011 | 101111 | 11001 |
Color Harmonies of #215C3C
Complementary color
Monochromatic Colors of #215C3C
Black with #215C3C
Text Example
Text Example
White with #215C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215C3C; }
p { color: rgb(33,92,60); }
H1.HeaderClassName
{
color: #215C3C;
}
.AnyTagClassName
{
color: #215C3C;
}
</style>
background-color css
<style>
a { background-color: #215C3C; }
a { background-color: rgb(33,92,60); }
div.DivClassName
{
background-color: #215C3C;
}
.BgClassName
{
background-color: #215C3C;
}
</style>
border-color css
<style>
span { border-color: #215C3C; }
span { border-color: rgb(33,92,60); }
td.TdClassName
{
border-color: #215C3C;
}
.TagClassName
{
border-color: #215C3C;
}
</style>