Shades of Parsley #2D5331
Tints of Parsley #2D5331
RGB
CMYK
RGB Variations
Color information
#2D5331 (or 0x2D5331) is known color: Parsley. HEX triplet: 2D, 53 and 31. RGB value is (45,83,49). Sum of RGB (Red+Green+Blue) = 45+83+49=177 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.42% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 83 - color contains mainly: green. Hex color #2D5331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5331 is #D2ACCE. Grayscale: #434343. Windows color (decimal): -13806799 or 3232557. OLE color: 3232557.
HSL color Cylindrical-coordinate representation of color #2D5331: hue angle of 126.32º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D5331 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 83 | 49 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.67 |
| HSL | 126.32º | 0.3% | 0.25% | - |
| HSV(B) | 126.32º | 0.46% | 0.33% | - |
| XYZ | 4.73 | 6.97 | 4 | - |
| YUV | 67.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 83 | 49 | 0.46 | 0 | 0.41 | 0.67 | 126.32 | 0.3 | 0.25 |
| Hex | 2D | 53 | 31 | 2E | 0 | 29 | 43 | 7E | 1E | 19 |
| Octal | 55 | 123 | 61 | 56 | 0 | 51 | 103 | 176 | 36 | 31 |
| Binary | 101101 | 1010011 | 110001 | 101110 | 0 | 101001 | 1000011 | 1111110 | 11110 | 11001 |
Color Harmonies of #2D5331
Complementary color
Monochromatic Colors of #2D5331
Black with #2D5331
Text Example
Text Example
White with #2D5331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5331; }
p { color: rgb(45,83,49); }
H1.HeaderClassName
{
color: #2D5331;
}
.AnyTagClassName
{
color: #2D5331;
}
</style>
background-color css
<style>
a { background-color: #2D5331; }
a { background-color: rgb(45,83,49); }
div.DivClassName
{
background-color: #2D5331;
}
.BgClassName
{
background-color: #2D5331;
}
</style>
border-color css
<style>
span { border-color: #2D5331; }
span { border-color: rgb(45,83,49); }
td.TdClassName
{
border-color: #2D5331;
}
.TagClassName
{
border-color: #2D5331;
}
</style>