Shades of Green Pea #21663D
Tints of Green Pea #21663D
RGB
CMYK
RGB Variations
Color information
#21663D (or 0x21663D) is known color: Green Pea. HEX triplet: 21, 66 and 3D. RGB value is (33,102,61). Sum of RGB (Red+Green+Blue) = 33+102+61=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 102 (40.23% from 255 or 52.04% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 102 - color contains mainly: green. Hex color #21663D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21663D is #DE99C2. Grayscale: #4C4C4C. Windows color (decimal): -14588355 or 4023841. OLE color: 4023841.
HSL color Cylindrical-coordinate representation of color #21663D: hue angle of 144.35º 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 #21663D is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 33 | 102 | 61 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.6 |
| HSL | 144.35º | 0.51% | 0.26% | - |
| HSV(B) | 144.35º | 0.68% | 0.4% | - |
| XYZ | 6.22 | 10.16 | 6.05 | - |
| YUV | 76.7 | 119.14 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 61 | 0.68 | 0 | 0.40 | 0.6 | 144.35 | 0.51 | 0.26 |
| Hex | 21 | 66 | 3D | 44 | 0 | 28 | 3C | 90 | 33 | 1A |
| Octal | 41 | 146 | 75 | 104 | 0 | 50 | 74 | 220 | 63 | 32 |
| Binary | 100001 | 1100110 | 111101 | 1000100 | 0 | 101000 | 111100 | 10010000 | 110011 | 11010 |
Color Harmonies of #21663D
Complementary color
Monochromatic Colors of #21663D
Black with #21663D
Text Example
Text Example
White with #21663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21663D; }
p { color: rgb(33,102,61); }
H1.HeaderClassName
{
color: #21663D;
}
.AnyTagClassName
{
color: #21663D;
}
</style>
background-color css
<style>
a { background-color: #21663D; }
a { background-color: rgb(33,102,61); }
div.DivClassName
{
background-color: #21663D;
}
.BgClassName
{
background-color: #21663D;
}
</style>
border-color css
<style>
span { border-color: #21663D; }
span { border-color: rgb(33,102,61); }
td.TdClassName
{
border-color: #21663D;
}
.TagClassName
{
border-color: #21663D;
}
</style>