Shades of Parsley #2D6538
Tints of Parsley #2D6538
RGB
CMYK
RGB Variations
Color information
#2D6538 (or 0x2D6538) is known color: Parsley. HEX triplet: 2D, 65 and 38. RGB value is (45,101,56). Sum of RGB (Red+Green+Blue) = 45+101+56=202 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.28% from 202); Green value is 101 (39.84% from 255 or 50% from 202); Blue value is 56 (22.27% from 255 or 27.72% from 202); Max value from RGB is 101 - color contains mainly: green. Hex color #2D6538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6538 is #D29AC7. Grayscale: #4F4F4F. Windows color (decimal): -13802184 or 3695917. OLE color: 3695917.
HSL color Cylindrical-coordinate representation of color #2D6538: hue angle of 131.79º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D6538 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 101 | 56 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.60 |
| HSL | 131.79º | 0.38% | 0.29% | - |
| HSV(B) | 131.79º | 0.55% | 0.4% | - |
| XYZ | 6.45 | 10.15 | 5.36 | - |
| YUV | 79.13 | 114.95 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 101 | 56 | 0.55 | 0 | 0.45 | 0.60 | 131.79 | 0.38 | 0.29 |
| Hex | 2D | 65 | 38 | 37 | 0 | 2D | 3C | 84 | 26 | 1D |
| Octal | 55 | 145 | 70 | 67 | 0 | 55 | 74 | 204 | 46 | 35 |
| Binary | 101101 | 1100101 | 111000 | 110111 | 0 | 101101 | 111100 | 10000100 | 100110 | 11101 |
Color Harmonies of #2D6538
Complementary color
Monochromatic Colors of #2D6538
Black with #2D6538
Text Example
Text Example
White with #2D6538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6538; }
p { color: rgb(45,101,56); }
H1.HeaderClassName
{
color: #2D6538;
}
.AnyTagClassName
{
color: #2D6538;
}
</style>
background-color css
<style>
a { background-color: #2D6538; }
a { background-color: rgb(45,101,56); }
div.DivClassName
{
background-color: #2D6538;
}
.BgClassName
{
background-color: #2D6538;
}
</style>
border-color css
<style>
span { border-color: #2D6538; }
span { border-color: rgb(45,101,56); }
td.TdClassName
{
border-color: #2D6538;
}
.TagClassName
{
border-color: #2D6538;
}
</style>