Shades of Parsley #295A2A
Tints of Parsley #295A2A
RGB
CMYK
RGB Variations
Color information
#295A2A (or 0x295A2A) is known color: Parsley. HEX triplet: 29, 5A and 2A. RGB value is (41,90,42). Sum of RGB (Red+Green+Blue) = 41+90+42=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 90 (35.55% from 255 or 52.02% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 90 - color contains mainly: green. Hex color #295A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A2A is #D6A5D5. Grayscale: #464646. Windows color (decimal): -14067158 or 2775593. OLE color: 2775593.
HSL color Cylindrical-coordinate representation of color #295A2A: hue angle of 121.22º 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 #295A2A is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 90 | 42 | - |
| CMYK | 0.54 | 0 | 0.53 | 0.65 |
| HSL | 121.22º | 0.37% | 0.26% | - |
| HSV(B) | 121.22º | 0.54% | 0.35% | - |
| XYZ | 4.99 | 7.95 | 3.46 | - |
| YUV | 69.88 | 112.27 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 42 | 0.54 | 0 | 0.53 | 0.65 | 121.22 | 0.37 | 0.26 |
| Hex | 29 | 5A | 2A | 36 | 0 | 35 | 41 | 79 | 25 | 1A |
| Octal | 51 | 132 | 52 | 66 | 0 | 65 | 101 | 171 | 45 | 32 |
| Binary | 101001 | 1011010 | 101010 | 110110 | 0 | 110101 | 1000001 | 1111001 | 100101 | 11010 |
Color Harmonies of #295A2A
Complementary color
Monochromatic Colors of #295A2A
Black with #295A2A
Text Example
Text Example
White with #295A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295A2A; }
p { color: rgb(41,90,42); }
H1.HeaderClassName
{
color: #295A2A;
}
.AnyTagClassName
{
color: #295A2A;
}
</style>
background-color css
<style>
a { background-color: #295A2A; }
a { background-color: rgb(41,90,42); }
div.DivClassName
{
background-color: #295A2A;
}
.BgClassName
{
background-color: #295A2A;
}
</style>
border-color css
<style>
span { border-color: #295A2A; }
span { border-color: rgb(41,90,42); }
td.TdClassName
{
border-color: #295A2A;
}
.TagClassName
{
border-color: #295A2A;
}
</style>