Shades of Parsley #1F5F28
Tints of Parsley #1F5F28
RGB
CMYK
RGB Variations
Color information
#1F5F28 (or 0x1F5F28) is known color: Parsley. HEX triplet: 1F, 5F and 28. RGB value is (31,95,40). Sum of RGB (Red+Green+Blue) = 31+95+40=166 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.67% from 166); Green value is 95 (37.5% from 255 or 57.23% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 95 - color contains mainly: green. Hex color #1F5F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5F28 is #E0A0D7. Grayscale: #454545. Windows color (decimal): -14721240 or 2645791. OLE color: 2645791.
HSL color Cylindrical-coordinate representation of color #1F5F28: hue angle of 128.44º degrees, saturation: 0.51, 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 #1F5F28 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 95 | 40 | - |
| CMYK | 0.67 | 0 | 0.58 | 0.63 |
| HSL | 128.44º | 0.51% | 0.25% | - |
| HSV(B) | 128.44º | 0.67% | 0.37% | - |
| XYZ | 5.04 | 8.63 | 3.41 | - |
| YUV | 69.59 | 111.3 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 95 | 40 | 0.67 | 0 | 0.58 | 0.63 | 128.44 | 0.51 | 0.25 |
| Hex | 1F | 5F | 28 | 43 | 0 | 3A | 3F | 80 | 33 | 19 |
| Octal | 37 | 137 | 50 | 103 | 0 | 72 | 77 | 200 | 63 | 31 |
| Binary | 11111 | 1011111 | 101000 | 1000011 | 0 | 111010 | 111111 | 10000000 | 110011 | 11001 |
Color Harmonies of #1F5F28
Complementary color
Monochromatic Colors of #1F5F28
Black with #1F5F28
Text Example
Text Example
White with #1F5F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5F28; }
p { color: rgb(31,95,40); }
H1.HeaderClassName
{
color: #1F5F28;
}
.AnyTagClassName
{
color: #1F5F28;
}
</style>
background-color css
<style>
a { background-color: #1F5F28; }
a { background-color: rgb(31,95,40); }
div.DivClassName
{
background-color: #1F5F28;
}
.BgClassName
{
background-color: #1F5F28;
}
</style>
border-color css
<style>
span { border-color: #1F5F28; }
span { border-color: rgb(31,95,40); }
td.TdClassName
{
border-color: #1F5F28;
}
.TagClassName
{
border-color: #1F5F28;
}
</style>