Shades of Parsley #2D5C2E
Tints of Parsley #2D5C2E
RGB
CMYK
RGB Variations
Color information
#2D5C2E (or 0x2D5C2E) is known color: Parsley. HEX triplet: 2D, 5C and 2E. RGB value is (45,92,46). Sum of RGB (Red+Green+Blue) = 45+92+46=183 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.59% from 183); Green value is 92 (36.33% from 255 or 50.27% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 92 - color contains mainly: green. Hex color #2D5C2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5C2E is #D2A3D1. Grayscale: #484848. Windows color (decimal): -13804498 or 3038253. OLE color: 3038253.
HSL color Cylindrical-coordinate representation of color #2D5C2E: hue angle of 121.28º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D5C2E is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 92 | 46 | - |
| CMYK | 0.51 | 0 | 0.50 | 0.64 |
| HSL | 121.28º | 0.34% | 0.27% | - |
| HSV(B) | 121.28º | 0.51% | 0.36% | - |
| XYZ | 5.4 | 8.41 | 3.92 | - |
| YUV | 72.7 | 112.93 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 92 | 46 | 0.51 | 0 | 0.50 | 0.64 | 121.28 | 0.34 | 0.27 |
| Hex | 2D | 5C | 2E | 33 | 0 | 32 | 40 | 79 | 22 | 1B |
| Octal | 55 | 134 | 56 | 63 | 0 | 62 | 100 | 171 | 42 | 33 |
| Binary | 101101 | 1011100 | 101110 | 110011 | 0 | 110010 | 1000000 | 1111001 | 100010 | 11011 |
Color Harmonies of #2D5C2E
Complementary color
Monochromatic Colors of #2D5C2E
Black with #2D5C2E
Text Example
Text Example
White with #2D5C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5C2E; }
p { color: rgb(45,92,46); }
H1.HeaderClassName
{
color: #2D5C2E;
}
.AnyTagClassName
{
color: #2D5C2E;
}
</style>
background-color css
<style>
a { background-color: #2D5C2E; }
a { background-color: rgb(45,92,46); }
div.DivClassName
{
background-color: #2D5C2E;
}
.BgClassName
{
background-color: #2D5C2E;
}
</style>
border-color css
<style>
span { border-color: #2D5C2E; }
span { border-color: rgb(45,92,46); }
td.TdClassName
{
border-color: #2D5C2E;
}
.TagClassName
{
border-color: #2D5C2E;
}
</style>