Shades of Parsley #1F5D29
Tints of Parsley #1F5D29
RGB
CMYK
RGB Variations
Color information
#1F5D29 (or 0x1F5D29) is known color: Parsley. HEX triplet: 1F, 5D and 29. RGB value is (31,93,41). Sum of RGB (Red+Green+Blue) = 31+93+41=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 93 (36.72% from 255 or 56.36% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 93 - color contains mainly: green. Hex color #1F5D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5D29 is #E0A2D6. Grayscale: #444444. Windows color (decimal): -14721751 or 2710815. OLE color: 2710815.
HSL color Cylindrical-coordinate representation of color #1F5D29: hue angle of 129.68º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5D29 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 93 | 41 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.64 |
| HSL | 129.68º | 0.5% | 0.24% | - |
| HSV(B) | 129.68º | 0.67% | 0.36% | - |
| XYZ | 4.88 | 8.28 | 3.44 | - |
| YUV | 68.53 | 112.46 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 93 | 41 | 0.67 | 0 | 0.56 | 0.64 | 129.68 | 0.5 | 0.24 |
| Hex | 1F | 5D | 29 | 43 | 0 | 38 | 40 | 82 | 32 | 18 |
| Octal | 37 | 135 | 51 | 103 | 0 | 70 | 100 | 202 | 62 | 30 |
| Binary | 11111 | 1011101 | 101001 | 1000011 | 0 | 111000 | 1000000 | 10000010 | 110010 | 11000 |
Color Harmonies of #1F5D29
Complementary color
Monochromatic Colors of #1F5D29
Black with #1F5D29
Text Example
Text Example
White with #1F5D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5D29; }
p { color: rgb(31,93,41); }
H1.HeaderClassName
{
color: #1F5D29;
}
.AnyTagClassName
{
color: #1F5D29;
}
</style>
background-color css
<style>
a { background-color: #1F5D29; }
a { background-color: rgb(31,93,41); }
div.DivClassName
{
background-color: #1F5D29;
}
.BgClassName
{
background-color: #1F5D29;
}
</style>
border-color css
<style>
span { border-color: #1F5D29; }
span { border-color: rgb(31,93,41); }
td.TdClassName
{
border-color: #1F5D29;
}
.TagClassName
{
border-color: #1F5D29;
}
</style>