Shades of Parsley #295E2B
Tints of Parsley #295E2B
RGB
CMYK
RGB Variations
Color information
#295E2B (or 0x295E2B) is known color: Parsley. HEX triplet: 29, 5E and 2B. RGB value is (41,94,43). Sum of RGB (Red+Green+Blue) = 41+94+43=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 94 (37.11% from 255 or 52.81% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 94 - color contains mainly: green. Hex color #295E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295E2B is #D6A1D4. Grayscale: #484848. Windows color (decimal): -14066133 or 2842153. OLE color: 2842153.
HSL color Cylindrical-coordinate representation of color #295E2B: hue angle of 122.26º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #295E2B is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 41 | 94 | 43 | - |
| CMYK | 0.56 | 0 | 0.54 | 0.63 |
| HSL | 122.26º | 0.39% | 0.26% | - |
| HSV(B) | 122.26º | 0.56% | 0.37% | - |
| XYZ | 5.35 | 8.65 | 3.67 | - |
| YUV | 72.34 | 111.44 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 94 | 43 | 0.56 | 0 | 0.54 | 0.63 | 122.26 | 0.39 | 0.26 |
| Hex | 29 | 5E | 2B | 38 | 0 | 36 | 3F | 7A | 27 | 1A |
| Octal | 51 | 136 | 53 | 70 | 0 | 66 | 77 | 172 | 47 | 32 |
| Binary | 101001 | 1011110 | 101011 | 111000 | 0 | 110110 | 111111 | 1111010 | 100111 | 11010 |
Color Harmonies of #295E2B
Complementary color
Monochromatic Colors of #295E2B
Black with #295E2B
Text Example
Text Example
White with #295E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295E2B; }
p { color: rgb(41,94,43); }
H1.HeaderClassName
{
color: #295E2B;
}
.AnyTagClassName
{
color: #295E2B;
}
</style>
background-color css
<style>
a { background-color: #295E2B; }
a { background-color: rgb(41,94,43); }
div.DivClassName
{
background-color: #295E2B;
}
.BgClassName
{
background-color: #295E2B;
}
</style>
border-color css
<style>
span { border-color: #295E2B; }
span { border-color: rgb(41,94,43); }
td.TdClassName
{
border-color: #295E2B;
}
.TagClassName
{
border-color: #295E2B;
}
</style>