Shades of Parsley #295F2C
Tints of Parsley #295F2C
RGB
CMYK
RGB Variations
Color information
#295F2C (or 0x295F2C) is known color: Parsley. HEX triplet: 29, 5F and 2C. RGB value is (41,95,44). Sum of RGB (Red+Green+Blue) = 41+95+44=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 95 (37.5% from 255 or 52.78% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 95 - color contains mainly: green. Hex color #295F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295F2C is #D6A0D3. Grayscale: #494949. Windows color (decimal): -14065876 or 2907945. OLE color: 2907945.
HSL color Cylindrical-coordinate representation of color #295F2C: hue angle of 123.33º 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 #295F2C is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 41 | 95 | 44 | - |
| CMYK | 0.57 | 0 | 0.54 | 0.63 |
| HSL | 123.33º | 0.4% | 0.27% | - |
| HSV(B) | 123.33º | 0.57% | 0.37% | - |
| XYZ | 5.46 | 8.84 | 3.8 | - |
| YUV | 73.04 | 111.61 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 44 | 0.57 | 0 | 0.54 | 0.63 | 123.33 | 0.4 | 0.27 |
| Hex | 29 | 5F | 2C | 39 | 0 | 36 | 3F | 7B | 28 | 1B |
| Octal | 51 | 137 | 54 | 71 | 0 | 66 | 77 | 173 | 50 | 33 |
| Binary | 101001 | 1011111 | 101100 | 111001 | 0 | 110110 | 111111 | 1111011 | 101000 | 11011 |
Color Harmonies of #295F2C
Complementary color
Monochromatic Colors of #295F2C
Black with #295F2C
Text Example
Text Example
White with #295F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295F2C; }
p { color: rgb(41,95,44); }
H1.HeaderClassName
{
color: #295F2C;
}
.AnyTagClassName
{
color: #295F2C;
}
</style>
background-color css
<style>
a { background-color: #295F2C; }
a { background-color: rgb(41,95,44); }
div.DivClassName
{
background-color: #295F2C;
}
.BgClassName
{
background-color: #295F2C;
}
</style>
border-color css
<style>
span { border-color: #295F2C; }
span { border-color: rgb(41,95,44); }
td.TdClassName
{
border-color: #295F2C;
}
.TagClassName
{
border-color: #295F2C;
}
</style>