Shades of Green Pea #21663F
Tints of Green Pea #21663F
RGB
CMYK
RGB Variations
Color information
#21663F (or 0x21663F) is known color: Green Pea. HEX triplet: 21, 66 and 3F. RGB value is (33,102,63). Sum of RGB (Red+Green+Blue) = 33+102+63=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 102 (40.23% from 255 or 51.52% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 102 - color contains mainly: green. Hex color #21663F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21663F is #DE99C0. Grayscale: #4D4D4D. Windows color (decimal): -14588353 or 4154913. OLE color: 4154913.
HSL color Cylindrical-coordinate representation of color #21663F: hue angle of 146.09º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #21663F is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 33 | 102 | 63 | - |
| CMYK | 0.68 | 0 | 0.38 | 0.6 |
| HSL | 146.09º | 0.51% | 0.26% | - |
| HSV(B) | 146.09º | 0.68% | 0.4% | - |
| XYZ | 6.28 | 10.18 | 6.34 | - |
| YUV | 76.92 | 120.14 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 63 | 0.68 | 0 | 0.38 | 0.6 | 146.09 | 0.51 | 0.26 |
| Hex | 21 | 66 | 3F | 44 | 0 | 26 | 3C | 92 | 33 | 1A |
| Octal | 41 | 146 | 77 | 104 | 0 | 46 | 74 | 222 | 63 | 32 |
| Binary | 100001 | 1100110 | 111111 | 1000100 | 0 | 100110 | 111100 | 10010010 | 110011 | 11010 |
Color Harmonies of #21663F
Complementary color
Monochromatic Colors of #21663F
Black with #21663F
Text Example
Text Example
White with #21663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21663F; }
p { color: rgb(33,102,63); }
H1.HeaderClassName
{
color: #21663F;
}
.AnyTagClassName
{
color: #21663F;
}
</style>
background-color css
<style>
a { background-color: #21663F; }
a { background-color: rgb(33,102,63); }
div.DivClassName
{
background-color: #21663F;
}
.BgClassName
{
background-color: #21663F;
}
</style>
border-color css
<style>
span { border-color: #21663F; }
span { border-color: rgb(33,102,63); }
td.TdClassName
{
border-color: #21663F;
}
.TagClassName
{
border-color: #21663F;
}
</style>