Shades of Parsley #295D30
Tints of Parsley #295D30
RGB
CMYK
RGB Variations
Color information
#295D30 (or 0x295D30) is known color: Parsley. HEX triplet: 29, 5D and 30. RGB value is (41,93,48). Sum of RGB (Red+Green+Blue) = 41+93+48=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 93 (36.72% from 255 or 51.10% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 93 - color contains mainly: green. Hex color #295D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295D30 is #D6A2CF. Grayscale: #484848. Windows color (decimal): -14066384 or 3169577. OLE color: 3169577.
HSL color Cylindrical-coordinate representation of color #295D30: hue angle of 128.08º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #295D30 is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 93 | 48 | - |
| CMYK | 0.56 | 0 | 0.48 | 0.64 |
| HSL | 128.08º | 0.39% | 0.26% | - |
| HSV(B) | 128.08º | 0.56% | 0.36% | - |
| XYZ | 5.36 | 8.51 | 4.16 | - |
| YUV | 72.32 | 114.27 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 48 | 0.56 | 0 | 0.48 | 0.64 | 128.08 | 0.39 | 0.26 |
| Hex | 29 | 5D | 30 | 38 | 0 | 30 | 40 | 80 | 27 | 1A |
| Octal | 51 | 135 | 60 | 70 | 0 | 60 | 100 | 200 | 47 | 32 |
| Binary | 101001 | 1011101 | 110000 | 111000 | 0 | 110000 | 1000000 | 10000000 | 100111 | 11010 |
Color Harmonies of #295D30
Complementary color
Monochromatic Colors of #295D30
Black with #295D30
Text Example
Text Example
White with #295D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295D30; }
p { color: rgb(41,93,48); }
H1.HeaderClassName
{
color: #295D30;
}
.AnyTagClassName
{
color: #295D30;
}
</style>
background-color css
<style>
a { background-color: #295D30; }
a { background-color: rgb(41,93,48); }
div.DivClassName
{
background-color: #295D30;
}
.BgClassName
{
background-color: #295D30;
}
</style>
border-color css
<style>
span { border-color: #295D30; }
span { border-color: rgb(41,93,48); }
td.TdClassName
{
border-color: #295D30;
}
.TagClassName
{
border-color: #295D30;
}
</style>