Shades of Green Pea #21653D
Tints of Green Pea #21653D
RGB
CMYK
RGB Variations
Color information
#21653D (or 0x21653D) is known color: Green Pea. HEX triplet: 21, 65 and 3D. RGB value is (33,101,61). Sum of RGB (Red+Green+Blue) = 33+101+61=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 101 (39.84% from 255 or 51.79% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 101 - color contains mainly: green. Hex color #21653D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21653D is #DE9AC2. Grayscale: #4C4C4C. Windows color (decimal): -14588611 or 4023585. OLE color: 4023585.
HSL color Cylindrical-coordinate representation of color #21653D: hue angle of 144.71º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #21653D is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 101 | 61 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.60 |
| HSL | 144.71º | 0.51% | 0.26% | - |
| HSV(B) | 144.71º | 0.67% | 0.4% | - |
| XYZ | 6.12 | 9.97 | 6.02 | - |
| YUV | 76.11 | 119.47 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 61 | 0.67 | 0 | 0.40 | 0.60 | 144.71 | 0.51 | 0.26 |
| Hex | 21 | 65 | 3D | 43 | 0 | 28 | 3C | 91 | 33 | 1A |
| Octal | 41 | 145 | 75 | 103 | 0 | 50 | 74 | 221 | 63 | 32 |
| Binary | 100001 | 1100101 | 111101 | 1000011 | 0 | 101000 | 111100 | 10010001 | 110011 | 11010 |
Color Harmonies of #21653D
Complementary color
Monochromatic Colors of #21653D
Black with #21653D
Text Example
Text Example
White with #21653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21653D; }
p { color: rgb(33,101,61); }
H1.HeaderClassName
{
color: #21653D;
}
.AnyTagClassName
{
color: #21653D;
}
</style>
background-color css
<style>
a { background-color: #21653D; }
a { background-color: rgb(33,101,61); }
div.DivClassName
{
background-color: #21653D;
}
.BgClassName
{
background-color: #21653D;
}
</style>
border-color css
<style>
span { border-color: #21653D; }
span { border-color: rgb(33,101,61); }
td.TdClassName
{
border-color: #21653D;
}
.TagClassName
{
border-color: #21653D;
}
</style>