Shades of Parsley #295A2C
Tints of Parsley #295A2C
RGB
CMYK
RGB Variations
Color information
#295A2C (or 0x295A2C) is known color: Parsley. HEX triplet: 29, 5A and 2C. RGB value is (41,90,44). Sum of RGB (Red+Green+Blue) = 41+90+44=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #295A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A2C is #D6A5D3. Grayscale: #464646. Windows color (decimal): -14067156 or 2906665. OLE color: 2906665.
HSL color Cylindrical-coordinate representation of color #295A2C: hue angle of 123.67º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295A2C is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 90 | 44 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.65 |
| HSL | 123.67º | 0.37% | 0.26% | - |
| HSV(B) | 123.67º | 0.54% | 0.35% | - |
| XYZ | 5.03 | 7.97 | 3.66 | - |
| YUV | 70.11 | 113.27 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 44 | 0.54 | 0 | 0.51 | 0.65 | 123.67 | 0.37 | 0.26 |
| Hex | 29 | 5A | 2C | 36 | 0 | 33 | 41 | 7C | 25 | 1A |
| Octal | 51 | 132 | 54 | 66 | 0 | 63 | 101 | 174 | 45 | 32 |
| Binary | 101001 | 1011010 | 101100 | 110110 | 0 | 110011 | 1000001 | 1111100 | 100101 | 11010 |
Color Harmonies of #295A2C
Complementary color
Monochromatic Colors of #295A2C
Black with #295A2C
Text Example
Text Example
White with #295A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295A2C; }
p { color: rgb(41,90,44); }
H1.HeaderClassName
{
color: #295A2C;
}
.AnyTagClassName
{
color: #295A2C;
}
</style>
background-color css
<style>
a { background-color: #295A2C; }
a { background-color: rgb(41,90,44); }
div.DivClassName
{
background-color: #295A2C;
}
.BgClassName
{
background-color: #295A2C;
}
</style>
border-color css
<style>
span { border-color: #295A2C; }
span { border-color: rgb(41,90,44); }
td.TdClassName
{
border-color: #295A2C;
}
.TagClassName
{
border-color: #295A2C;
}
</style>