Shades of Parsley #21542A
Tints of Parsley #21542A
RGB
CMYK
RGB Variations
Color information
#21542A (or 0x21542A) is known color: Parsley. HEX triplet: 21, 54 and 2A. RGB value is (33,84,42). Sum of RGB (Red+Green+Blue) = 33+84+42=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #21542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21542A is #DEABD5. Grayscale: #404040. Windows color (decimal): -14592982 or 2774049. OLE color: 2774049.
HSL color Cylindrical-coordinate representation of color #21542A: hue angle of 130.59º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #21542A is Cyan = 0.61, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 84 | 42 | - |
| CMYK | 0.61 | 0 | 0.5 | 0.67 |
| HSL | 130.59º | 0.44% | 0.23% | - |
| HSV(B) | 130.59º | 0.61% | 0.33% | - |
| XYZ | 4.22 | 6.83 | 3.29 | - |
| YUV | 63.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 84 | 42 | 0.61 | 0 | 0.5 | 0.67 | 130.59 | 0.44 | 0.23 |
| Hex | 21 | 54 | 2A | 3D | 0 | 32 | 43 | 83 | 2C | 17 |
| Octal | 41 | 124 | 52 | 75 | 0 | 62 | 103 | 203 | 54 | 27 |
| Binary | 100001 | 1010100 | 101010 | 111101 | 0 | 110010 | 1000011 | 10000011 | 101100 | 10111 |
Color Harmonies of #21542A
Complementary color
Monochromatic Colors of #21542A
Black with #21542A
Text Example
Text Example
White with #21542A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21542A; }
p { color: rgb(33,84,42); }
H1.HeaderClassName
{
color: #21542A;
}
.AnyTagClassName
{
color: #21542A;
}
</style>
background-color css
<style>
a { background-color: #21542A; }
a { background-color: rgb(33,84,42); }
div.DivClassName
{
background-color: #21542A;
}
.BgClassName
{
background-color: #21542A;
}
</style>
border-color css
<style>
span { border-color: #21542A; }
span { border-color: rgb(33,84,42); }
td.TdClassName
{
border-color: #21542A;
}
.TagClassName
{
border-color: #21542A;
}
</style>