Shades of Parsley #295A25
Tints of Parsley #295A25
RGB
CMYK
RGB Variations
Color information
#295A25 (or 0x295A25) is known color: Parsley. HEX triplet: 29, 5A and 25. RGB value is (41,90,37). Sum of RGB (Red+Green+Blue) = 41+90+37=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 90 (35.55% from 255 or 53.57% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 90 - color contains mainly: green. Hex color #295A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A25 is #D6A5DA. Grayscale: #454545. Windows color (decimal): -14067163 or 2447913. OLE color: 2447913.
HSL color Cylindrical-coordinate representation of color #295A25: hue angle of 115.47º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #295A25 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 90 | 37 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.65 |
| HSL | 115.47º | 0.42% | 0.25% | - |
| HSV(B) | 115.47º | 0.59% | 0.35% | - |
| XYZ | 4.9 | 7.92 | 3.02 | - |
| YUV | 69.31 | 109.77 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 37 | 0.54 | 0 | 0.59 | 0.65 | 115.47 | 0.42 | 0.25 |
| Hex | 29 | 5A | 25 | 36 | 0 | 3B | 41 | 73 | 2A | 19 |
| Octal | 51 | 132 | 45 | 66 | 0 | 73 | 101 | 163 | 52 | 31 |
| Binary | 101001 | 1011010 | 100101 | 110110 | 0 | 111011 | 1000001 | 1110011 | 101010 | 11001 |
Color Harmonies of #295A25
Complementary color
Monochromatic Colors of #295A25
Black with #295A25
Text Example
Text Example
White with #295A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295A25; }
p { color: rgb(41,90,37); }
H1.HeaderClassName
{
color: #295A25;
}
.AnyTagClassName
{
color: #295A25;
}
</style>
background-color css
<style>
a { background-color: #295A25; }
a { background-color: rgb(41,90,37); }
div.DivClassName
{
background-color: #295A25;
}
.BgClassName
{
background-color: #295A25;
}
</style>
border-color css
<style>
span { border-color: #295A25; }
span { border-color: rgb(41,90,37); }
td.TdClassName
{
border-color: #295A25;
}
.TagClassName
{
border-color: #295A25;
}
</style>