Shades of Parsley #2D592B
Tints of Parsley #2D592B
RGB
CMYK
RGB Variations
Color information
#2D592B (or 0x2D592B) is known color: Parsley. HEX triplet: 2D, 59 and 2B. RGB value is (45,89,43). Sum of RGB (Red+Green+Blue) = 45+89+43=177 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.42% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #2D592B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D592B is #D2A6D4. Grayscale: #464646. Windows color (decimal): -13805269 or 2840877. OLE color: 2840877.
HSL color Cylindrical-coordinate representation of color #2D592B: hue angle of 117.39º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D592B is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 89 | 43 | - |
| CMYK | 0.49 | 0 | 0.52 | 0.65 |
| HSL | 117.39º | 0.35% | 0.26% | - |
| HSV(B) | 117.39º | 0.52% | 0.35% | - |
| XYZ | 5.09 | 7.88 | 3.54 | - |
| YUV | 70.6 | 112.42 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 89 | 43 | 0.49 | 0 | 0.52 | 0.65 | 117.39 | 0.35 | 0.26 |
| Hex | 2D | 59 | 2B | 31 | 0 | 34 | 41 | 75 | 23 | 1A |
| Octal | 55 | 131 | 53 | 61 | 0 | 64 | 101 | 165 | 43 | 32 |
| Binary | 101101 | 1011001 | 101011 | 110001 | 0 | 110100 | 1000001 | 1110101 | 100011 | 11010 |
Color Harmonies of #2D592B
Complementary color
Monochromatic Colors of #2D592B
Black with #2D592B
Text Example
Text Example
White with #2D592B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D592B; }
p { color: rgb(45,89,43); }
H1.HeaderClassName
{
color: #2D592B;
}
.AnyTagClassName
{
color: #2D592B;
}
</style>
background-color css
<style>
a { background-color: #2D592B; }
a { background-color: rgb(45,89,43); }
div.DivClassName
{
background-color: #2D592B;
}
.BgClassName
{
background-color: #2D592B;
}
</style>
border-color css
<style>
span { border-color: #2D592B; }
span { border-color: rgb(45,89,43); }
td.TdClassName
{
border-color: #2D592B;
}
.TagClassName
{
border-color: #2D592B;
}
</style>