Shades of Parsley #2D6138
Tints of Parsley #2D6138
RGB
CMYK
RGB Variations
Color information
#2D6138 (or 0x2D6138) is known color: Parsley. HEX triplet: 2D, 61 and 38. RGB value is (45,97,56). Sum of RGB (Red+Green+Blue) = 45+97+56=198 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.73% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #2D6138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6138 is #D29EC7. Grayscale: #4C4C4C. Windows color (decimal): -13803208 or 3694893. OLE color: 3694893.
HSL color Cylindrical-coordinate representation of color #2D6138: hue angle of 132.69º 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 #2D6138 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 97 | 56 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.62 |
| HSL | 132.69º | 0.37% | 0.28% | - |
| HSV(B) | 132.69º | 0.54% | 0.38% | - |
| XYZ | 6.07 | 9.39 | 5.23 | - |
| YUV | 76.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 97 | 56 | 0.54 | 0 | 0.42 | 0.62 | 132.69 | 0.37 | 0.28 |
| Hex | 2D | 61 | 38 | 36 | 0 | 2A | 3E | 85 | 25 | 1C |
| Octal | 55 | 141 | 70 | 66 | 0 | 52 | 76 | 205 | 45 | 34 |
| Binary | 101101 | 1100001 | 111000 | 110110 | 0 | 101010 | 111110 | 10000101 | 100101 | 11100 |
Color Harmonies of #2D6138
Complementary color
Monochromatic Colors of #2D6138
Black with #2D6138
Text Example
Text Example
White with #2D6138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6138; }
p { color: rgb(45,97,56); }
H1.HeaderClassName
{
color: #2D6138;
}
.AnyTagClassName
{
color: #2D6138;
}
</style>
background-color css
<style>
a { background-color: #2D6138; }
a { background-color: rgb(45,97,56); }
div.DivClassName
{
background-color: #2D6138;
}
.BgClassName
{
background-color: #2D6138;
}
</style>
border-color css
<style>
span { border-color: #2D6138; }
span { border-color: rgb(45,97,56); }
td.TdClassName
{
border-color: #2D6138;
}
.TagClassName
{
border-color: #2D6138;
}
</style>