Shades of Parsley #205A25
Tints of Parsley #205A25
RGB
CMYK
RGB Variations
Color information
#205A25 (or 0x205A25) is known color: Parsley. HEX triplet: 20, 5A and 25. RGB value is (32,90,37). Sum of RGB (Red+Green+Blue) = 32+90+37=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 90 (35.55% from 255 or 56.60% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 90 - color contains mainly: green. Hex color #205A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205A25 is #DFA5DA. Grayscale: #424242. Windows color (decimal): -14656987 or 2447904. OLE color: 2447904.
HSL color Cylindrical-coordinate representation of color #205A25: hue angle of 125.17º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #205A25 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 90 | 37 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.65 |
| HSL | 125.17º | 0.48% | 0.24% | - |
| HSV(B) | 125.17º | 0.64% | 0.35% | - |
| XYZ | 4.59 | 7.75 | 3.01 | - |
| YUV | 66.62 | 111.28 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 37 | 0.64 | 0 | 0.59 | 0.65 | 125.17 | 0.48 | 0.24 |
| Hex | 20 | 5A | 25 | 40 | 0 | 3B | 41 | 7D | 30 | 18 |
| Octal | 40 | 132 | 45 | 100 | 0 | 73 | 101 | 175 | 60 | 30 |
| Binary | 100000 | 1011010 | 100101 | 1000000 | 0 | 111011 | 1000001 | 1111101 | 110000 | 11000 |
Color Harmonies of #205A25
Complementary color
Monochromatic Colors of #205A25
Black with #205A25
Text Example
Text Example
White with #205A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205A25; }
p { color: rgb(32,90,37); }
H1.HeaderClassName
{
color: #205A25;
}
.AnyTagClassName
{
color: #205A25;
}
</style>
background-color css
<style>
a { background-color: #205A25; }
a { background-color: rgb(32,90,37); }
div.DivClassName
{
background-color: #205A25;
}
.BgClassName
{
background-color: #205A25;
}
</style>
border-color css
<style>
span { border-color: #205A25; }
span { border-color: rgb(32,90,37); }
td.TdClassName
{
border-color: #205A25;
}
.TagClassName
{
border-color: #205A25;
}
</style>