Shades of Parsley #2A5A24
Tints of Parsley #2A5A24
RGB
CMYK
RGB Variations
Color information
#2A5A24 (or 0x2A5A24) is known color: Parsley. HEX triplet: 2A, 5A and 24. RGB value is (42,90,36). Sum of RGB (Red+Green+Blue) = 42+90+36=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 90 (35.55% from 255 or 53.57% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 90 - color contains mainly: green. Hex color #2A5A24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5A24 is #D5A5DB. Grayscale: #454545. Windows color (decimal): -14001628 or 2382378. OLE color: 2382378.
HSL color Cylindrical-coordinate representation of color #2A5A24: hue angle of 113.33º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A5A24 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 90 | 36 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.65 |
| HSL | 113.33º | 0.43% | 0.25% | - |
| HSV(B) | 113.33º | 0.6% | 0.35% | - |
| XYZ | 4.93 | 7.93 | 2.94 | - |
| YUV | 69.49 | 109.1 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 90 | 36 | 0.53 | 0 | 0.60 | 0.65 | 113.33 | 0.43 | 0.25 |
| Hex | 2A | 5A | 24 | 35 | 0 | 3C | 41 | 71 | 2B | 19 |
| Octal | 52 | 132 | 44 | 65 | 0 | 74 | 101 | 161 | 53 | 31 |
| Binary | 101010 | 1011010 | 100100 | 110101 | 0 | 111100 | 1000001 | 1110001 | 101011 | 11001 |
Color Harmonies of #2A5A24
Complementary color
Monochromatic Colors of #2A5A24
Black with #2A5A24
Text Example
Text Example
White with #2A5A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5A24; }
p { color: rgb(42,90,36); }
H1.HeaderClassName
{
color: #2A5A24;
}
.AnyTagClassName
{
color: #2A5A24;
}
</style>
background-color css
<style>
a { background-color: #2A5A24; }
a { background-color: rgb(42,90,36); }
div.DivClassName
{
background-color: #2A5A24;
}
.BgClassName
{
background-color: #2A5A24;
}
</style>
border-color css
<style>
span { border-color: #2A5A24; }
span { border-color: rgb(42,90,36); }
td.TdClassName
{
border-color: #2A5A24;
}
.TagClassName
{
border-color: #2A5A24;
}
</style>