Shades of Parsley #245F27
Tints of Parsley #245F27
RGB
CMYK
RGB Variations
Color information
#245F27 (or 0x245F27) is known color: Parsley. HEX triplet: 24, 5F and 27. RGB value is (36,95,39). Sum of RGB (Red+Green+Blue) = 36+95+39=170 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.18% from 170); Green value is 95 (37.5% from 255 or 55.88% from 170); Blue value is 39 (15.62% from 255 or 22.94% from 170); Max value from RGB is 95 - color contains mainly: green. Hex color #245F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245F27 is #DBA0D8. Grayscale: #474747. Windows color (decimal): -14393561 or 2580260. OLE color: 2580260.
HSL color Cylindrical-coordinate representation of color #245F27: hue angle of 123.05º 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 #245F27 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 95 | 39 | - |
| CMYK | 0.62 | 0 | 0.59 | 0.63 |
| HSL | 123.05º | 0.45% | 0.26% | - |
| HSV(B) | 123.05º | 0.62% | 0.37% | - |
| XYZ | 5.19 | 8.71 | 3.33 | - |
| YUV | 70.98 | 109.95 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 39 | 0.62 | 0 | 0.59 | 0.63 | 123.05 | 0.45 | 0.26 |
| Hex | 24 | 5F | 27 | 3E | 0 | 3B | 3F | 7B | 2D | 1A |
| Octal | 44 | 137 | 47 | 76 | 0 | 73 | 77 | 173 | 55 | 32 |
| Binary | 100100 | 1011111 | 100111 | 111110 | 0 | 111011 | 111111 | 1111011 | 101101 | 11010 |
Color Harmonies of #245F27
Complementary color
Monochromatic Colors of #245F27
Black with #245F27
Text Example
Text Example
White with #245F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245F27; }
p { color: rgb(36,95,39); }
H1.HeaderClassName
{
color: #245F27;
}
.AnyTagClassName
{
color: #245F27;
}
</style>
background-color css
<style>
a { background-color: #245F27; }
a { background-color: rgb(36,95,39); }
div.DivClassName
{
background-color: #245F27;
}
.BgClassName
{
background-color: #245F27;
}
</style>
border-color css
<style>
span { border-color: #245F27; }
span { border-color: rgb(36,95,39); }
td.TdClassName
{
border-color: #245F27;
}
.TagClassName
{
border-color: #245F27;
}
</style>