Shades of Parsley #2A612F
Tints of Parsley #2A612F
RGB
CMYK
RGB Variations
Color information
#2A612F (or 0x2A612F) is known color: Parsley. HEX triplet: 2A, 61 and 2F. RGB value is (42,97,47). Sum of RGB (Red+Green+Blue) = 42+97+47=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #2A612F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A612F is #D59ED0. Grayscale: #4B4B4B. Windows color (decimal): -13999825 or 3105066. OLE color: 3105066.
HSL color Cylindrical-coordinate representation of color #2A612F: hue angle of 125.45º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A612F is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 97 | 47 | - |
| CMYK | 0.57 | 0 | 0.52 | 0.62 |
| HSL | 125.45º | 0.4% | 0.27% | - |
| HSV(B) | 125.45º | 0.57% | 0.38% | - |
| XYZ | 5.74 | 9.25 | 4.17 | - |
| YUV | 74.86 | 112.28 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 97 | 47 | 0.57 | 0 | 0.52 | 0.62 | 125.45 | 0.4 | 0.27 |
| Hex | 2A | 61 | 2F | 39 | 0 | 34 | 3E | 7D | 28 | 1B |
| Octal | 52 | 141 | 57 | 71 | 0 | 64 | 76 | 175 | 50 | 33 |
| Binary | 101010 | 1100001 | 101111 | 111001 | 0 | 110100 | 111110 | 1111101 | 101000 | 11011 |
Color Harmonies of #2A612F
Complementary color
Monochromatic Colors of #2A612F
Black with #2A612F
Text Example
Text Example
White with #2A612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A612F; }
p { color: rgb(42,97,47); }
H1.HeaderClassName
{
color: #2A612F;
}
.AnyTagClassName
{
color: #2A612F;
}
</style>
background-color css
<style>
a { background-color: #2A612F; }
a { background-color: rgb(42,97,47); }
div.DivClassName
{
background-color: #2A612F;
}
.BgClassName
{
background-color: #2A612F;
}
</style>
border-color css
<style>
span { border-color: #2A612F; }
span { border-color: rgb(42,97,47); }
td.TdClassName
{
border-color: #2A612F;
}
.TagClassName
{
border-color: #2A612F;
}
</style>