Shades of Parsley #245F30
Tints of Parsley #245F30
RGB
CMYK
RGB Variations
Color information
#245F30 (or 0x245F30) is known color: Parsley. HEX triplet: 24, 5F and 30. RGB value is (36,95,48). Sum of RGB (Red+Green+Blue) = 36+95+48=179 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.11% from 179); Green value is 95 (37.5% from 255 or 53.07% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 95 - color contains mainly: green. Hex color #245F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245F30 is #DBA0CF. Grayscale: #484848. Windows color (decimal): -14393552 or 3170084. OLE color: 3170084.
HSL color Cylindrical-coordinate representation of color #245F30: hue angle of 132.2º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #245F30 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 95 | 48 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.63 |
| HSL | 132.2º | 0.45% | 0.26% | - |
| HSV(B) | 132.2º | 0.62% | 0.37% | - |
| XYZ | 5.35 | 8.77 | 4.21 | - |
| YUV | 72 | 114.45 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 48 | 0.62 | 0 | 0.49 | 0.63 | 132.2 | 0.45 | 0.26 |
| Hex | 24 | 5F | 30 | 3E | 0 | 31 | 3F | 84 | 2D | 1A |
| Octal | 44 | 137 | 60 | 76 | 0 | 61 | 77 | 204 | 55 | 32 |
| Binary | 100100 | 1011111 | 110000 | 111110 | 0 | 110001 | 111111 | 10000100 | 101101 | 11010 |
Color Harmonies of #245F30
Complementary color
Monochromatic Colors of #245F30
Black with #245F30
Text Example
Text Example
White with #245F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245F30; }
p { color: rgb(36,95,48); }
H1.HeaderClassName
{
color: #245F30;
}
.AnyTagClassName
{
color: #245F30;
}
</style>
background-color css
<style>
a { background-color: #245F30; }
a { background-color: rgb(36,95,48); }
div.DivClassName
{
background-color: #245F30;
}
.BgClassName
{
background-color: #245F30;
}
</style>
border-color css
<style>
span { border-color: #245F30; }
span { border-color: rgb(36,95,48); }
td.TdClassName
{
border-color: #245F30;
}
.TagClassName
{
border-color: #245F30;
}
</style>