Shades of Parsley #2A6335
Tints of Parsley #2A6335
RGB
CMYK
RGB Variations
Color information
#2A6335 (or 0x2A6335) is known color: Parsley. HEX triplet: 2A, 63 and 35. RGB value is (42,99,53). Sum of RGB (Red+Green+Blue) = 42+99+53=194 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.65% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #2A6335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6335 is #D59CCA. Grayscale: #4C4C4C. Windows color (decimal): -13999307 or 3498794. OLE color: 3498794.
HSL color Cylindrical-coordinate representation of color #2A6335: hue angle of 131.58º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A6335 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 99 | 53 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.61 |
| HSL | 131.58º | 0.4% | 0.28% | - |
| HSV(B) | 131.58º | 0.58% | 0.39% | - |
| XYZ | 6.06 | 9.67 | 4.92 | - |
| YUV | 76.71 | 114.62 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 99 | 53 | 0.58 | 0 | 0.46 | 0.61 | 131.58 | 0.4 | 0.28 |
| Hex | 2A | 63 | 35 | 3A | 0 | 2E | 3D | 84 | 28 | 1C |
| Octal | 52 | 143 | 65 | 72 | 0 | 56 | 75 | 204 | 50 | 34 |
| Binary | 101010 | 1100011 | 110101 | 111010 | 0 | 101110 | 111101 | 10000100 | 101000 | 11100 |
Color Harmonies of #2A6335
Complementary color
Monochromatic Colors of #2A6335
Black with #2A6335
Text Example
Text Example
White with #2A6335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6335; }
p { color: rgb(42,99,53); }
H1.HeaderClassName
{
color: #2A6335;
}
.AnyTagClassName
{
color: #2A6335;
}
</style>
background-color css
<style>
a { background-color: #2A6335; }
a { background-color: rgb(42,99,53); }
div.DivClassName
{
background-color: #2A6335;
}
.BgClassName
{
background-color: #2A6335;
}
</style>
border-color css
<style>
span { border-color: #2A6335; }
span { border-color: rgb(42,99,53); }
td.TdClassName
{
border-color: #2A6335;
}
.TagClassName
{
border-color: #2A6335;
}
</style>