Shades of Parsley #2D622F
Tints of Parsley #2D622F
RGB
CMYK
RGB Variations
Color information
#2D622F (or 0x2D622F) is known color: Parsley. HEX triplet: 2D, 62 and 2F. RGB value is (45,98,47). Sum of RGB (Red+Green+Blue) = 45+98+47=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 98 (38.67% from 255 or 51.58% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 98 - color contains mainly: green. Hex color #2D622F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D622F is #D29DD0. Grayscale: #4C4C4C. Windows color (decimal): -13802961 or 3105325. OLE color: 3105325.
HSL color Cylindrical-coordinate representation of color #2D622F: hue angle of 122.26º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D622F is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 98 | 47 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.62 |
| HSL | 122.26º | 0.37% | 0.28% | - |
| HSV(B) | 122.26º | 0.54% | 0.38% | - |
| XYZ | 5.96 | 9.5 | 4.21 | - |
| YUV | 76.34 | 111.44 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 98 | 47 | 0.54 | 0 | 0.52 | 0.62 | 122.26 | 0.37 | 0.28 |
| Hex | 2D | 62 | 2F | 36 | 0 | 34 | 3E | 7A | 25 | 1C |
| Octal | 55 | 142 | 57 | 66 | 0 | 64 | 76 | 172 | 45 | 34 |
| Binary | 101101 | 1100010 | 101111 | 110110 | 0 | 110100 | 111110 | 1111010 | 100101 | 11100 |
Color Harmonies of #2D622F
Complementary color
Monochromatic Colors of #2D622F
Black with #2D622F
Text Example
Text Example
White with #2D622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D622F; }
p { color: rgb(45,98,47); }
H1.HeaderClassName
{
color: #2D622F;
}
.AnyTagClassName
{
color: #2D622F;
}
</style>
background-color css
<style>
a { background-color: #2D622F; }
a { background-color: rgb(45,98,47); }
div.DivClassName
{
background-color: #2D622F;
}
.BgClassName
{
background-color: #2D622F;
}
</style>
border-color css
<style>
span { border-color: #2D622F; }
span { border-color: rgb(45,98,47); }
td.TdClassName
{
border-color: #2D622F;
}
.TagClassName
{
border-color: #2D622F;
}
</style>