Shades of Parsley #1F5923
Tints of Parsley #1F5923
RGB
CMYK
RGB Variations
Color information
#1F5923 (or 0x1F5923) is known color: Parsley. HEX triplet: 1F, 59 and 23. RGB value is (31,89,35). Sum of RGB (Red+Green+Blue) = 31+89+35=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 89 (35.16% from 255 or 57.42% from 155); Blue value is 35 (14.06% from 255 or 22.58% from 155); Max value from RGB is 89 - color contains mainly: green. Hex color #1F5923 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5923 is #E0A6DC. Grayscale: #414141. Windows color (decimal): -14722781 or 2316575. OLE color: 2316575.
HSL color Cylindrical-coordinate representation of color #1F5923: hue angle of 124.14º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F5923 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 89 | 35 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.65 |
| HSL | 124.14º | 0.48% | 0.24% | - |
| HSV(B) | 124.14º | 0.65% | 0.35% | - |
| XYZ | 4.44 | 7.56 | 2.81 | - |
| YUV | 65.5 | 110.78 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 89 | 35 | 0.65 | 0 | 0.61 | 0.65 | 124.14 | 0.48 | 0.24 |
| Hex | 1F | 59 | 23 | 41 | 0 | 3D | 41 | 7C | 30 | 18 |
| Octal | 37 | 131 | 43 | 101 | 0 | 75 | 101 | 174 | 60 | 30 |
| Binary | 11111 | 1011001 | 100011 | 1000001 | 0 | 111101 | 1000001 | 1111100 | 110000 | 11000 |
Color Harmonies of #1F5923
Complementary color
Monochromatic Colors of #1F5923
Black with #1F5923
Text Example
Text Example
White with #1F5923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5923; }
p { color: rgb(31,89,35); }
H1.HeaderClassName
{
color: #1F5923;
}
.AnyTagClassName
{
color: #1F5923;
}
</style>
background-color css
<style>
a { background-color: #1F5923; }
a { background-color: rgb(31,89,35); }
div.DivClassName
{
background-color: #1F5923;
}
.BgClassName
{
background-color: #1F5923;
}
</style>
border-color css
<style>
span { border-color: #1F5923; }
span { border-color: rgb(31,89,35); }
td.TdClassName
{
border-color: #1F5923;
}
.TagClassName
{
border-color: #1F5923;
}
</style>