Shades of Parsley #295D25
Tints of Parsley #295D25
RGB
CMYK
RGB Variations
Color information
#295D25 (or 0x295D25) is known color: Parsley. HEX triplet: 29, 5D and 25. RGB value is (41,93,37). Sum of RGB (Red+Green+Blue) = 41+93+37=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 93 (36.72% from 255 or 54.39% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 93 - color contains mainly: green. Hex color #295D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295D25 is #D6A2DA. Grayscale: #474747. Windows color (decimal): -14066395 or 2448681. OLE color: 2448681.
HSL color Cylindrical-coordinate representation of color #295D25: hue angle of 115.71º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #295D25 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 93 | 37 | - |
| CMYK | 0.56 | 0 | 0.60 | 0.64 |
| HSL | 115.71º | 0.43% | 0.25% | - |
| HSV(B) | 115.71º | 0.6% | 0.36% | - |
| XYZ | 5.16 | 8.43 | 3.11 | - |
| YUV | 71.07 | 108.77 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 37 | 0.56 | 0 | 0.60 | 0.64 | 115.71 | 0.43 | 0.25 |
| Hex | 29 | 5D | 25 | 38 | 0 | 3C | 40 | 74 | 2B | 19 |
| Octal | 51 | 135 | 45 | 70 | 0 | 74 | 100 | 164 | 53 | 31 |
| Binary | 101001 | 1011101 | 100101 | 111000 | 0 | 111100 | 1000000 | 1110100 | 101011 | 11001 |
Color Harmonies of #295D25
Complementary color
Monochromatic Colors of #295D25
Black with #295D25
Text Example
Text Example
White with #295D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295D25; }
p { color: rgb(41,93,37); }
H1.HeaderClassName
{
color: #295D25;
}
.AnyTagClassName
{
color: #295D25;
}
</style>
background-color css
<style>
a { background-color: #295D25; }
a { background-color: rgb(41,93,37); }
div.DivClassName
{
background-color: #295D25;
}
.BgClassName
{
background-color: #295D25;
}
</style>
border-color css
<style>
span { border-color: #295D25; }
span { border-color: rgb(41,93,37); }
td.TdClassName
{
border-color: #295D25;
}
.TagClassName
{
border-color: #295D25;
}
</style>