Shades of Parsley #2D532C
Tints of Parsley #2D532C
RGB
CMYK
RGB Variations
Color information
#2D532C (or 0x2D532C) is known color: Parsley. HEX triplet: 2D, 53 and 2C. RGB value is (45,83,44). Sum of RGB (Red+Green+Blue) = 45+83+44=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #2D532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D532C is #D2ACD3. Grayscale: #434343. Windows color (decimal): -13806804 or 2904877. OLE color: 2904877.
HSL color Cylindrical-coordinate representation of color #2D532C: hue angle of 118.46º 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 #2D532C is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 83 | 44 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.67 |
| HSL | 118.46º | 0.31% | 0.25% | - |
| HSV(B) | 118.46º | 0.47% | 0.33% | - |
| XYZ | 4.63 | 6.93 | 3.48 | - |
| YUV | 67.19 | 114.91 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 83 | 44 | 0.46 | 0 | 0.47 | 0.67 | 118.46 | 0.31 | 0.25 |
| Hex | 2D | 53 | 2C | 2E | 0 | 2F | 43 | 76 | 1F | 19 |
| Octal | 55 | 123 | 54 | 56 | 0 | 57 | 103 | 166 | 37 | 31 |
| Binary | 101101 | 1010011 | 101100 | 101110 | 0 | 101111 | 1000011 | 1110110 | 11111 | 11001 |
Color Harmonies of #2D532C
Complementary color
Monochromatic Colors of #2D532C
Black with #2D532C
Text Example
Text Example
White with #2D532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D532C; }
p { color: rgb(45,83,44); }
H1.HeaderClassName
{
color: #2D532C;
}
.AnyTagClassName
{
color: #2D532C;
}
</style>
background-color css
<style>
a { background-color: #2D532C; }
a { background-color: rgb(45,83,44); }
div.DivClassName
{
background-color: #2D532C;
}
.BgClassName
{
background-color: #2D532C;
}
</style>
border-color css
<style>
span { border-color: #2D532C; }
span { border-color: rgb(45,83,44); }
td.TdClassName
{
border-color: #2D532C;
}
.TagClassName
{
border-color: #2D532C;
}
</style>