Shades of Parsley #295D27
Tints of Parsley #295D27
RGB
CMYK
RGB Variations
Color information
#295D27 (or 0x295D27) is known color: Parsley. HEX triplet: 29, 5D and 27. RGB value is (41,93,39). Sum of RGB (Red+Green+Blue) = 41+93+39=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 93 (36.72% from 255 or 53.76% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 93 - color contains mainly: green. Hex color #295D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295D27 is #D6A2D8. Grayscale: #474747. Windows color (decimal): -14066393 or 2579753. OLE color: 2579753.
HSL color Cylindrical-coordinate representation of color #295D27: hue angle of 117.78º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #295D27 is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 93 | 39 | - |
| CMYK | 0.56 | 0 | 0.58 | 0.64 |
| HSL | 117.78º | 0.41% | 0.26% | - |
| HSV(B) | 117.78º | 0.58% | 0.36% | - |
| XYZ | 5.2 | 8.45 | 3.28 | - |
| YUV | 71.3 | 109.77 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 39 | 0.56 | 0 | 0.58 | 0.64 | 117.78 | 0.41 | 0.26 |
| Hex | 29 | 5D | 27 | 38 | 0 | 3A | 40 | 76 | 29 | 1A |
| Octal | 51 | 135 | 47 | 70 | 0 | 72 | 100 | 166 | 51 | 32 |
| Binary | 101001 | 1011101 | 100111 | 111000 | 0 | 111010 | 1000000 | 1110110 | 101001 | 11010 |
Color Harmonies of #295D27
Complementary color
Monochromatic Colors of #295D27
Black with #295D27
Text Example
Text Example
White with #295D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295D27; }
p { color: rgb(41,93,39); }
H1.HeaderClassName
{
color: #295D27;
}
.AnyTagClassName
{
color: #295D27;
}
</style>
background-color css
<style>
a { background-color: #295D27; }
a { background-color: rgb(41,93,39); }
div.DivClassName
{
background-color: #295D27;
}
.BgClassName
{
background-color: #295D27;
}
</style>
border-color css
<style>
span { border-color: #295D27; }
span { border-color: rgb(41,93,39); }
td.TdClassName
{
border-color: #295D27;
}
.TagClassName
{
border-color: #295D27;
}
</style>