Shades of Parsley #245128
Tints of Parsley #245128
RGB
CMYK
RGB Variations
Color information
#245128 (or 0x245128) is known color: Parsley. HEX triplet: 24, 51 and 28. RGB value is (36,81,40). Sum of RGB (Red+Green+Blue) = 36+81+40=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #245128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245128 is #DBAED7. Grayscale: #3E3E3E. Windows color (decimal): -14397144 or 2642212. OLE color: 2642212.
HSL color Cylindrical-coordinate representation of color #245128: hue angle of 125.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #245128 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 81 | 40 | - |
| CMYK | 0.56 | 0 | 0.51 | 0.68 |
| HSL | 125.33º | 0.38% | 0.23% | - |
| HSV(B) | 125.33º | 0.56% | 0.32% | - |
| XYZ | 4.05 | 6.41 | 3.03 | - |
| YUV | 62.87 | 115.09 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 81 | 40 | 0.56 | 0 | 0.51 | 0.68 | 125.33 | 0.38 | 0.23 |
| Hex | 24 | 51 | 28 | 38 | 0 | 33 | 44 | 7D | 26 | 17 |
| Octal | 44 | 121 | 50 | 70 | 0 | 63 | 104 | 175 | 46 | 27 |
| Binary | 100100 | 1010001 | 101000 | 111000 | 0 | 110011 | 1000100 | 1111101 | 100110 | 10111 |
Color Harmonies of #245128
Complementary color
Monochromatic Colors of #245128
Black with #245128
Text Example
Text Example
White with #245128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245128; }
p { color: rgb(36,81,40); }
H1.HeaderClassName
{
color: #245128;
}
.AnyTagClassName
{
color: #245128;
}
</style>
background-color css
<style>
a { background-color: #245128; }
a { background-color: rgb(36,81,40); }
div.DivClassName
{
background-color: #245128;
}
.BgClassName
{
background-color: #245128;
}
</style>
border-color css
<style>
span { border-color: #245128; }
span { border-color: rgb(36,81,40); }
td.TdClassName
{
border-color: #245128;
}
.TagClassName
{
border-color: #245128;
}
</style>