Shades of Parsley #245A26
Tints of Parsley #245A26
RGB
CMYK
RGB Variations
Color information
#245A26 (or 0x245A26) is known color: Parsley. HEX triplet: 24, 5A and 26. RGB value is (36,90,38). Sum of RGB (Red+Green+Blue) = 36+90+38=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 90 (35.55% from 255 or 54.88% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 90 - color contains mainly: green. Hex color #245A26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245A26 is #DBA5D9. Grayscale: #444444. Windows color (decimal): -14394842 or 2513444. OLE color: 2513444.
HSL color Cylindrical-coordinate representation of color #245A26: hue angle of 122.22º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245A26 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 90 | 38 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.65 |
| HSL | 122.22º | 0.43% | 0.25% | - |
| HSV(B) | 122.22º | 0.6% | 0.35% | - |
| XYZ | 4.73 | 7.83 | 3.1 | - |
| YUV | 67.93 | 111.11 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 38 | 0.60 | 0 | 0.58 | 0.65 | 122.22 | 0.43 | 0.25 |
| Hex | 24 | 5A | 26 | 3C | 0 | 3A | 41 | 7A | 2B | 19 |
| Octal | 44 | 132 | 46 | 74 | 0 | 72 | 101 | 172 | 53 | 31 |
| Binary | 100100 | 1011010 | 100110 | 111100 | 0 | 111010 | 1000001 | 1111010 | 101011 | 11001 |
Color Harmonies of #245A26
Complementary color
Monochromatic Colors of #245A26
Black with #245A26
Text Example
Text Example
White with #245A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245A26; }
p { color: rgb(36,90,38); }
H1.HeaderClassName
{
color: #245A26;
}
.AnyTagClassName
{
color: #245A26;
}
</style>
background-color css
<style>
a { background-color: #245A26; }
a { background-color: rgb(36,90,38); }
div.DivClassName
{
background-color: #245A26;
}
.BgClassName
{
background-color: #245A26;
}
</style>
border-color css
<style>
span { border-color: #245A26; }
span { border-color: rgb(36,90,38); }
td.TdClassName
{
border-color: #245A26;
}
.TagClassName
{
border-color: #245A26;
}
</style>