Shades of Parsley #295C25
Tints of Parsley #295C25
RGB
CMYK
RGB Variations
Color information
#295C25 (or 0x295C25) is known color: Parsley. HEX triplet: 29, 5C and 25. RGB value is (41,92,37). Sum of RGB (Red+Green+Blue) = 41+92+37=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 92 (36.33% from 255 or 54.12% from 170); Blue value is 37 (14.84% from 255 or 21.76% from 170); Max value from RGB is 92 - color contains mainly: green. Hex color #295C25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295C25 is #D6A3DA. Grayscale: #464646. Windows color (decimal): -14066651 or 2448425. OLE color: 2448425.
HSL color Cylindrical-coordinate representation of color #295C25: hue angle of 115.64º 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 #295C25 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 92 | 37 | - |
| CMYK | 0.55 | 0 | 0.60 | 0.64 |
| HSL | 115.64º | 0.43% | 0.25% | - |
| HSV(B) | 115.64º | 0.6% | 0.36% | - |
| XYZ | 5.08 | 8.26 | 3.08 | - |
| YUV | 70.48 | 109.1 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 37 | 0.55 | 0 | 0.60 | 0.64 | 115.64 | 0.43 | 0.25 |
| Hex | 29 | 5C | 25 | 37 | 0 | 3C | 40 | 74 | 2B | 19 |
| Octal | 51 | 134 | 45 | 67 | 0 | 74 | 100 | 164 | 53 | 31 |
| Binary | 101001 | 1011100 | 100101 | 110111 | 0 | 111100 | 1000000 | 1110100 | 101011 | 11001 |
Color Harmonies of #295C25
Complementary color
Monochromatic Colors of #295C25
Black with #295C25
Text Example
Text Example
White with #295C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295C25; }
p { color: rgb(41,92,37); }
H1.HeaderClassName
{
color: #295C25;
}
.AnyTagClassName
{
color: #295C25;
}
</style>
background-color css
<style>
a { background-color: #295C25; }
a { background-color: rgb(41,92,37); }
div.DivClassName
{
background-color: #295C25;
}
.BgClassName
{
background-color: #295C25;
}
</style>
border-color css
<style>
span { border-color: #295C25; }
span { border-color: rgb(41,92,37); }
td.TdClassName
{
border-color: #295C25;
}
.TagClassName
{
border-color: #295C25;
}
</style>