Shades of Parsley #2D5133
Tints of Parsley #2D5133
RGB
CMYK
RGB Variations
Color information
#2D5133 (or 0x2D5133) is known color: Parsley. HEX triplet: 2D, 51 and 33. RGB value is (45,81,51). Sum of RGB (Red+Green+Blue) = 45+81+51=177 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.42% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 81 - color contains mainly: green. Hex color #2D5133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5133 is #D2AECC. Grayscale: #424242. Windows color (decimal): -13807309 or 3363117. OLE color: 3363117.
HSL color Cylindrical-coordinate representation of color #2D5133: hue angle of 130º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D5133 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 81 | 51 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.68 |
| HSL | 130º | 0.29% | 0.25% | - |
| HSV(B) | 130º | 0.44% | 0.32% | - |
| XYZ | 4.62 | 6.68 | 4.18 | - |
| YUV | 66.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 81 | 51 | 0.44 | 0 | 0.37 | 0.68 | 130 | 0.29 | 0.25 |
| Hex | 2D | 51 | 33 | 2C | 0 | 25 | 44 | 82 | 1D | 19 |
| Octal | 55 | 121 | 63 | 54 | 0 | 45 | 104 | 202 | 35 | 31 |
| Binary | 101101 | 1010001 | 110011 | 101100 | 0 | 100101 | 1000100 | 10000010 | 11101 | 11001 |
Color Harmonies of #2D5133
Complementary color
Monochromatic Colors of #2D5133
Black with #2D5133
Text Example
Text Example
White with #2D5133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5133; }
p { color: rgb(45,81,51); }
H1.HeaderClassName
{
color: #2D5133;
}
.AnyTagClassName
{
color: #2D5133;
}
</style>
background-color css
<style>
a { background-color: #2D5133; }
a { background-color: rgb(45,81,51); }
div.DivClassName
{
background-color: #2D5133;
}
.BgClassName
{
background-color: #2D5133;
}
</style>
border-color css
<style>
span { border-color: #2D5133; }
span { border-color: rgb(45,81,51); }
td.TdClassName
{
border-color: #2D5133;
}
.TagClassName
{
border-color: #2D5133;
}
</style>