Shades of Parsley #1C5A24
Tints of Parsley #1C5A24
RGB
CMYK
RGB Variations
Color information
#1C5A24 (or 0x1C5A24) is known color: Parsley. HEX triplet: 1C, 5A and 24. RGB value is (28,90,36). Sum of RGB (Red+Green+Blue) = 28+90+36=154 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.18% from 154); Green value is 90 (35.55% from 255 or 58.44% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 90 - color contains mainly: green. Hex color #1C5A24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5A24 is #E3A5DB. Grayscale: #414141. Windows color (decimal): -14919132 or 2382364. OLE color: 2382364.
HSL color Cylindrical-coordinate representation of color #1C5A24: hue angle of 127.74º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C5A24 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 90 | 36 | - |
| CMYK | 0.69 | 0 | 0.60 | 0.65 |
| HSL | 127.74º | 0.53% | 0.23% | - |
| HSV(B) | 127.74º | 0.69% | 0.35% | - |
| XYZ | 4.45 | 7.69 | 2.92 | - |
| YUV | 65.31 | 111.46 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 90 | 36 | 0.69 | 0 | 0.60 | 0.65 | 127.74 | 0.53 | 0.23 |
| Hex | 1C | 5A | 24 | 45 | 0 | 3C | 41 | 80 | 35 | 17 |
| Octal | 34 | 132 | 44 | 105 | 0 | 74 | 101 | 200 | 65 | 27 |
| Binary | 11100 | 1011010 | 100100 | 1000101 | 0 | 111100 | 1000001 | 10000000 | 110101 | 10111 |
Color Harmonies of #1C5A24
Complementary color
Monochromatic Colors of #1C5A24
Black with #1C5A24
Text Example
Text Example
White with #1C5A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5A24; }
p { color: rgb(28,90,36); }
H1.HeaderClassName
{
color: #1C5A24;
}
.AnyTagClassName
{
color: #1C5A24;
}
</style>
background-color css
<style>
a { background-color: #1C5A24; }
a { background-color: rgb(28,90,36); }
div.DivClassName
{
background-color: #1C5A24;
}
.BgClassName
{
background-color: #1C5A24;
}
</style>
border-color css
<style>
span { border-color: #1C5A24; }
span { border-color: rgb(28,90,36); }
td.TdClassName
{
border-color: #1C5A24;
}
.TagClassName
{
border-color: #1C5A24;
}
</style>