Shades of Parsley #295F36
Tints of Parsley #295F36
RGB
CMYK
RGB Variations
Color information
#295F36 (or 0x295F36) is known color: Parsley. HEX triplet: 29, 5F and 36. RGB value is (41,95,54). Sum of RGB (Red+Green+Blue) = 41+95+54=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 95 (37.5% from 255 or 50% from 190); Blue value is 54 (21.48% from 255 or 28.42% from 190); Max value from RGB is 95 - color contains mainly: green. Hex color #295F36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295F36 is #D6A0C9. Grayscale: #4A4A4A. Windows color (decimal): -14065866 or 3563305. OLE color: 3563305.
HSL color Cylindrical-coordinate representation of color #295F36: hue angle of 134.44º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #295F36 is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 41 | 95 | 54 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.63 |
| HSL | 134.44º | 0.4% | 0.27% | - |
| HSV(B) | 134.44º | 0.57% | 0.37% | - |
| XYZ | 5.67 | 8.92 | 4.91 | - |
| YUV | 74.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 54 | 0.57 | 0 | 0.43 | 0.63 | 134.44 | 0.4 | 0.27 |
| Hex | 29 | 5F | 36 | 39 | 0 | 2B | 3F | 86 | 28 | 1B |
| Octal | 51 | 137 | 66 | 71 | 0 | 53 | 77 | 206 | 50 | 33 |
| Binary | 101001 | 1011111 | 110110 | 111001 | 0 | 101011 | 111111 | 10000110 | 101000 | 11011 |
Color Harmonies of #295F36
Complementary color
Monochromatic Colors of #295F36
Black with #295F36
Text Example
Text Example
White with #295F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295F36; }
p { color: rgb(41,95,54); }
H1.HeaderClassName
{
color: #295F36;
}
.AnyTagClassName
{
color: #295F36;
}
</style>
background-color css
<style>
a { background-color: #295F36; }
a { background-color: rgb(41,95,54); }
div.DivClassName
{
background-color: #295F36;
}
.BgClassName
{
background-color: #295F36;
}
</style>
border-color css
<style>
span { border-color: #295F36; }
span { border-color: rgb(41,95,54); }
td.TdClassName
{
border-color: #295F36;
}
.TagClassName
{
border-color: #295F36;
}
</style>