Shades of Parsley #2D6136
Tints of Parsley #2D6136
RGB
CMYK
RGB Variations
Color information
#2D6136 (or 0x2D6136) is known color: Parsley. HEX triplet: 2D, 61 and 36. RGB value is (45,97,54). Sum of RGB (Red+Green+Blue) = 45+97+54=196 (25% of max value = 765). Red value is 45 (17.97% from 255 or 22.96% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #2D6136 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6136 is #D29EC9. Grayscale: #4C4C4C. Windows color (decimal): -13803210 or 3563821. OLE color: 3563821.
HSL color Cylindrical-coordinate representation of color #2D6136: hue angle of 130.38º 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 #2D6136 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 97 | 54 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.62 |
| HSL | 130.38º | 0.37% | 0.28% | - |
| HSV(B) | 130.38º | 0.54% | 0.38% | - |
| XYZ | 6.02 | 9.37 | 4.98 | - |
| YUV | 76.55 | 115.27 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 97 | 54 | 0.54 | 0 | 0.44 | 0.62 | 130.38 | 0.37 | 0.28 |
| Hex | 2D | 61 | 36 | 36 | 0 | 2C | 3E | 82 | 25 | 1C |
| Octal | 55 | 141 | 66 | 66 | 0 | 54 | 76 | 202 | 45 | 34 |
| Binary | 101101 | 1100001 | 110110 | 110110 | 0 | 101100 | 111110 | 10000010 | 100101 | 11100 |
Color Harmonies of #2D6136
Complementary color
Monochromatic Colors of #2D6136
Black with #2D6136
Text Example
Text Example
White with #2D6136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6136; }
p { color: rgb(45,97,54); }
H1.HeaderClassName
{
color: #2D6136;
}
.AnyTagClassName
{
color: #2D6136;
}
</style>
background-color css
<style>
a { background-color: #2D6136; }
a { background-color: rgb(45,97,54); }
div.DivClassName
{
background-color: #2D6136;
}
.BgClassName
{
background-color: #2D6136;
}
</style>
border-color css
<style>
span { border-color: #2D6136; }
span { border-color: rgb(45,97,54); }
td.TdClassName
{
border-color: #2D6136;
}
.TagClassName
{
border-color: #2D6136;
}
</style>