Shades of Parsley #295A2E
Tints of Parsley #295A2E
RGB
CMYK
RGB Variations
Color information
#295A2E (or 0x295A2E) is known color: Parsley. HEX triplet: 29, 5A and 2E. RGB value is (41,90,46). Sum of RGB (Red+Green+Blue) = 41+90+46=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #295A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A2E is #D6A5D1. Grayscale: #464646. Windows color (decimal): -14067154 or 3037737. OLE color: 3037737.
HSL color Cylindrical-coordinate representation of color #295A2E: hue angle of 126.12º 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 #295A2E is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 90 | 46 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.65 |
| HSL | 126.12º | 0.37% | 0.26% | - |
| HSV(B) | 126.12º | 0.54% | 0.35% | - |
| XYZ | 5.06 | 7.98 | 3.86 | - |
| YUV | 70.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 46 | 0.54 | 0 | 0.49 | 0.65 | 126.12 | 0.37 | 0.26 |
| Hex | 29 | 5A | 2E | 36 | 0 | 31 | 41 | 7E | 25 | 1A |
| Octal | 51 | 132 | 56 | 66 | 0 | 61 | 101 | 176 | 45 | 32 |
| Binary | 101001 | 1011010 | 101110 | 110110 | 0 | 110001 | 1000001 | 1111110 | 100101 | 11010 |
Color Harmonies of #295A2E
Complementary color
Monochromatic Colors of #295A2E
Black with #295A2E
Text Example
Text Example
White with #295A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295A2E; }
p { color: rgb(41,90,46); }
H1.HeaderClassName
{
color: #295A2E;
}
.AnyTagClassName
{
color: #295A2E;
}
</style>
background-color css
<style>
a { background-color: #295A2E; }
a { background-color: rgb(41,90,46); }
div.DivClassName
{
background-color: #295A2E;
}
.BgClassName
{
background-color: #295A2E;
}
</style>
border-color css
<style>
span { border-color: #295A2E; }
span { border-color: rgb(41,90,46); }
td.TdClassName
{
border-color: #295A2E;
}
.TagClassName
{
border-color: #295A2E;
}
</style>