Shades of Parsley #2D612F
Tints of Parsley #2D612F
RGB
CMYK
RGB Variations
Color information
#2D612F (or 0x2D612F) is known color: Parsley. HEX triplet: 2D, 61 and 2F. RGB value is (45,97,47). Sum of RGB (Red+Green+Blue) = 45+97+47=189 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.81% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #2D612F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D612F is #D29ED0. Grayscale: #4B4B4B. Windows color (decimal): -13803217 or 3105069. OLE color: 3105069.
HSL color Cylindrical-coordinate representation of color #2D612F: hue angle of 122.31º 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 #2D612F is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 97 | 47 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.62 |
| HSL | 122.31º | 0.37% | 0.28% | - |
| HSV(B) | 122.31º | 0.54% | 0.38% | - |
| XYZ | 5.87 | 9.31 | 4.18 | - |
| YUV | 75.75 | 111.77 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 97 | 47 | 0.54 | 0 | 0.52 | 0.62 | 122.31 | 0.37 | 0.28 |
| Hex | 2D | 61 | 2F | 36 | 0 | 34 | 3E | 7A | 25 | 1C |
| Octal | 55 | 141 | 57 | 66 | 0 | 64 | 76 | 172 | 45 | 34 |
| Binary | 101101 | 1100001 | 101111 | 110110 | 0 | 110100 | 111110 | 1111010 | 100101 | 11100 |
Color Harmonies of #2D612F
Complementary color
Monochromatic Colors of #2D612F
Black with #2D612F
Text Example
Text Example
White with #2D612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D612F; }
p { color: rgb(45,97,47); }
H1.HeaderClassName
{
color: #2D612F;
}
.AnyTagClassName
{
color: #2D612F;
}
</style>
background-color css
<style>
a { background-color: #2D612F; }
a { background-color: rgb(45,97,47); }
div.DivClassName
{
background-color: #2D612F;
}
.BgClassName
{
background-color: #2D612F;
}
</style>
border-color css
<style>
span { border-color: #2D612F; }
span { border-color: rgb(45,97,47); }
td.TdClassName
{
border-color: #2D612F;
}
.TagClassName
{
border-color: #2D612F;
}
</style>