Shades of Green Pea #21593D
Tints of Green Pea #21593D
RGB
CMYK
RGB Variations
Color information
#21593D (or 0x21593D) is known color: Green Pea. HEX triplet: 21, 59 and 3D. RGB value is (33,89,61). Sum of RGB (Red+Green+Blue) = 33+89+61=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #21593D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21593D is #DEA6C2. Grayscale: #454545. Windows color (decimal): -14591683 or 4020513. OLE color: 4020513.
HSL color Cylindrical-coordinate representation of color #21593D: hue angle of 150º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21593D is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 89 | 61 | - |
| CMYK | 0.63 | 0 | 0.31 | 0.65 |
| HSL | 150º | 0.46% | 0.24% | - |
| HSV(B) | 150º | 0.63% | 0.35% | - |
| XYZ | 5.04 | 7.81 | 5.66 | - |
| YUV | 69.06 | 123.45 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 89 | 61 | 0.63 | 0 | 0.31 | 0.65 | 150 | 0.46 | 0.24 |
| Hex | 21 | 59 | 3D | 3F | 0 | 1F | 41 | 96 | 2E | 18 |
| Octal | 41 | 131 | 75 | 77 | 0 | 37 | 101 | 226 | 56 | 30 |
| Binary | 100001 | 1011001 | 111101 | 111111 | 0 | 11111 | 1000001 | 10010110 | 101110 | 11000 |
Color Harmonies of #21593D
Complementary color
Monochromatic Colors of #21593D
Black with #21593D
Text Example
Text Example
White with #21593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21593D; }
p { color: rgb(33,89,61); }
H1.HeaderClassName
{
color: #21593D;
}
.AnyTagClassName
{
color: #21593D;
}
</style>
background-color css
<style>
a { background-color: #21593D; }
a { background-color: rgb(33,89,61); }
div.DivClassName
{
background-color: #21593D;
}
.BgClassName
{
background-color: #21593D;
}
</style>
border-color css
<style>
span { border-color: #21593D; }
span { border-color: rgb(33,89,61); }
td.TdClassName
{
border-color: #21593D;
}
.TagClassName
{
border-color: #21593D;
}
</style>