Shades of Parsley #2D5A2E
Tints of Parsley #2D5A2E
RGB
CMYK
RGB Variations
Color information
#2D5A2E (or 0x2D5A2E) is known color: Parsley. HEX triplet: 2D, 5A and 2E. RGB value is (45,90,46). Sum of RGB (Red+Green+Blue) = 45+90+46=181 (23% of max value = 765). Red value is 45 (17.97% from 255 or 24.86% from 181); Green value is 90 (35.55% from 255 or 49.72% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 90 - color contains mainly: green. Hex color #2D5A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5A2E is #D2A5D1. Grayscale: #474747. Windows color (decimal): -13805010 or 3037741. OLE color: 3037741.
HSL color Cylindrical-coordinate representation of color #2D5A2E: hue angle of 121.33º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2D5A2E is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 90 | 46 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.65 |
| HSL | 121.33º | 0.33% | 0.26% | - |
| HSV(B) | 121.33º | 0.5% | 0.35% | - |
| XYZ | 5.23 | 8.07 | 3.87 | - |
| YUV | 71.53 | 113.59 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 90 | 46 | 0.50 | 0 | 0.49 | 0.65 | 121.33 | 0.33 | 0.26 |
| Hex | 2D | 5A | 2E | 32 | 0 | 31 | 41 | 79 | 21 | 1A |
| Octal | 55 | 132 | 56 | 62 | 0 | 61 | 101 | 171 | 41 | 32 |
| Binary | 101101 | 1011010 | 101110 | 110010 | 0 | 110001 | 1000001 | 1111001 | 100001 | 11010 |
Color Harmonies of #2D5A2E
Complementary color
Monochromatic Colors of #2D5A2E
Black with #2D5A2E
Text Example
Text Example
White with #2D5A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5A2E; }
p { color: rgb(45,90,46); }
H1.HeaderClassName
{
color: #2D5A2E;
}
.AnyTagClassName
{
color: #2D5A2E;
}
</style>
background-color css
<style>
a { background-color: #2D5A2E; }
a { background-color: rgb(45,90,46); }
div.DivClassName
{
background-color: #2D5A2E;
}
.BgClassName
{
background-color: #2D5A2E;
}
</style>
border-color css
<style>
span { border-color: #2D5A2E; }
span { border-color: rgb(45,90,46); }
td.TdClassName
{
border-color: #2D5A2E;
}
.TagClassName
{
border-color: #2D5A2E;
}
</style>