Shades of Parsley #2A622F
Tints of Parsley #2A622F
RGB
CMYK
RGB Variations
Color information
#2A622F (or 0x2A622F) is known color: Parsley. HEX triplet: 2A, 62 and 2F. RGB value is (42,98,47). Sum of RGB (Red+Green+Blue) = 42+98+47=187 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.46% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #2A622F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A622F is #D59DD0. Grayscale: #4B4B4B. Windows color (decimal): -13999569 or 3105322. OLE color: 3105322.
HSL color Cylindrical-coordinate representation of color #2A622F: hue angle of 125.36º 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 #2A622F is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 98 | 47 | - |
| CMYK | 0.57 | 0 | 0.52 | 0.62 |
| HSL | 125.36º | 0.4% | 0.27% | - |
| HSV(B) | 125.36º | 0.57% | 0.38% | - |
| XYZ | 5.84 | 9.43 | 4.2 | - |
| YUV | 75.44 | 111.95 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 98 | 47 | 0.57 | 0 | 0.52 | 0.62 | 125.36 | 0.4 | 0.27 |
| Hex | 2A | 62 | 2F | 39 | 0 | 34 | 3E | 7D | 28 | 1B |
| Octal | 52 | 142 | 57 | 71 | 0 | 64 | 76 | 175 | 50 | 33 |
| Binary | 101010 | 1100010 | 101111 | 111001 | 0 | 110100 | 111110 | 1111101 | 101000 | 11011 |
Color Harmonies of #2A622F
Complementary color
Monochromatic Colors of #2A622F
Black with #2A622F
Text Example
Text Example
White with #2A622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A622F; }
p { color: rgb(42,98,47); }
H1.HeaderClassName
{
color: #2A622F;
}
.AnyTagClassName
{
color: #2A622F;
}
</style>
background-color css
<style>
a { background-color: #2A622F; }
a { background-color: rgb(42,98,47); }
div.DivClassName
{
background-color: #2A622F;
}
.BgClassName
{
background-color: #2A622F;
}
</style>
border-color css
<style>
span { border-color: #2A622F; }
span { border-color: rgb(42,98,47); }
td.TdClassName
{
border-color: #2A622F;
}
.TagClassName
{
border-color: #2A622F;
}
</style>