Shades of Parsley #1F5E29
Tints of Parsley #1F5E29
RGB
CMYK
RGB Variations
Color information
#1F5E29 (or 0x1F5E29) is known color: Parsley. HEX triplet: 1F, 5E and 29. RGB value is (31,94,41). Sum of RGB (Red+Green+Blue) = 31+94+41=166 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.67% from 166); Green value is 94 (37.11% from 255 or 56.63% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 94 - color contains mainly: green. Hex color #1F5E29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5E29 is #E0A1D6. Grayscale: #454545. Windows color (decimal): -14721495 or 2711071. OLE color: 2711071.
HSL color Cylindrical-coordinate representation of color #1F5E29: hue angle of 129.52º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5E29 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 94 | 41 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.63 |
| HSL | 129.52º | 0.5% | 0.25% | - |
| HSV(B) | 129.52º | 0.67% | 0.37% | - |
| XYZ | 4.97 | 8.46 | 3.47 | - |
| YUV | 69.12 | 112.13 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 94 | 41 | 0.67 | 0 | 0.56 | 0.63 | 129.52 | 0.5 | 0.25 |
| Hex | 1F | 5E | 29 | 43 | 0 | 38 | 3F | 82 | 32 | 19 |
| Octal | 37 | 136 | 51 | 103 | 0 | 70 | 77 | 202 | 62 | 31 |
| Binary | 11111 | 1011110 | 101001 | 1000011 | 0 | 111000 | 111111 | 10000010 | 110010 | 11001 |
Color Harmonies of #1F5E29
Complementary color
Monochromatic Colors of #1F5E29
Black with #1F5E29
Text Example
Text Example
White with #1F5E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5E29; }
p { color: rgb(31,94,41); }
H1.HeaderClassName
{
color: #1F5E29;
}
.AnyTagClassName
{
color: #1F5E29;
}
</style>
background-color css
<style>
a { background-color: #1F5E29; }
a { background-color: rgb(31,94,41); }
div.DivClassName
{
background-color: #1F5E29;
}
.BgClassName
{
background-color: #1F5E29;
}
</style>
border-color css
<style>
span { border-color: #1F5E29; }
span { border-color: rgb(31,94,41); }
td.TdClassName
{
border-color: #1F5E29;
}
.TagClassName
{
border-color: #1F5E29;
}
</style>