Shades of Parsley #2D5533
Tints of Parsley #2D5533
RGB
CMYK
RGB Variations
Color information
#2D5533 (or 0x2D5533) is known color: Parsley. HEX triplet: 2D, 55 and 33. RGB value is (45,85,51). Sum of RGB (Red+Green+Blue) = 45+85+51=181 (23% of max value = 765). Red value is 45 (17.97% from 255 or 24.86% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #2D5533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5533 is #D2AACC. Grayscale: #454545. Windows color (decimal): -13806285 or 3364141. OLE color: 3364141.
HSL color Cylindrical-coordinate representation of color #2D5533: hue angle of 129º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2D5533 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 85 | 51 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.67 |
| HSL | 129º | 0.31% | 0.25% | - |
| HSV(B) | 129º | 0.47% | 0.33% | - |
| XYZ | 4.93 | 7.29 | 4.28 | - |
| YUV | 69.16 | 117.75 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 85 | 51 | 0.47 | 0 | 0.40 | 0.67 | 129 | 0.31 | 0.25 |
| Hex | 2D | 55 | 33 | 2F | 0 | 28 | 43 | 81 | 1F | 19 |
| Octal | 55 | 125 | 63 | 57 | 0 | 50 | 103 | 201 | 37 | 31 |
| Binary | 101101 | 1010101 | 110011 | 101111 | 0 | 101000 | 1000011 | 10000001 | 11111 | 11001 |
Color Harmonies of #2D5533
Complementary color
Monochromatic Colors of #2D5533
Black with #2D5533
Text Example
Text Example
White with #2D5533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5533; }
p { color: rgb(45,85,51); }
H1.HeaderClassName
{
color: #2D5533;
}
.AnyTagClassName
{
color: #2D5533;
}
</style>
background-color css
<style>
a { background-color: #2D5533; }
a { background-color: rgb(45,85,51); }
div.DivClassName
{
background-color: #2D5533;
}
.BgClassName
{
background-color: #2D5533;
}
</style>
border-color css
<style>
span { border-color: #2D5533; }
span { border-color: rgb(45,85,51); }
td.TdClassName
{
border-color: #2D5533;
}
.TagClassName
{
border-color: #2D5533;
}
</style>