Shades of Parsley #245B27
Tints of Parsley #245B27
RGB
CMYK
RGB Variations
Color information
#245B27 (or 0x245B27) is known color: Parsley. HEX triplet: 24, 5B and 27. RGB value is (36,91,39). Sum of RGB (Red+Green+Blue) = 36+91+39=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 91 (35.94% from 255 or 54.82% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 91 - color contains mainly: green. Hex color #245B27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245B27 is #DBA4D8. Grayscale: #444444. Windows color (decimal): -14394585 or 2579236. OLE color: 2579236.
HSL color Cylindrical-coordinate representation of color #245B27: hue angle of 123.27º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245B27 is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 91 | 39 | - |
| CMYK | 0.60 | 0 | 0.57 | 0.64 |
| HSL | 123.27º | 0.43% | 0.25% | - |
| HSV(B) | 123.27º | 0.6% | 0.36% | - |
| XYZ | 4.83 | 8 | 3.21 | - |
| YUV | 68.63 | 111.28 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 39 | 0.60 | 0 | 0.57 | 0.64 | 123.27 | 0.43 | 0.25 |
| Hex | 24 | 5B | 27 | 3C | 0 | 39 | 40 | 7B | 2B | 19 |
| Octal | 44 | 133 | 47 | 74 | 0 | 71 | 100 | 173 | 53 | 31 |
| Binary | 100100 | 1011011 | 100111 | 111100 | 0 | 111001 | 1000000 | 1111011 | 101011 | 11001 |
Color Harmonies of #245B27
Complementary color
Monochromatic Colors of #245B27
Black with #245B27
Text Example
Text Example
White with #245B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245B27; }
p { color: rgb(36,91,39); }
H1.HeaderClassName
{
color: #245B27;
}
.AnyTagClassName
{
color: #245B27;
}
</style>
background-color css
<style>
a { background-color: #245B27; }
a { background-color: rgb(36,91,39); }
div.DivClassName
{
background-color: #245B27;
}
.BgClassName
{
background-color: #245B27;
}
</style>
border-color css
<style>
span { border-color: #245B27; }
span { border-color: rgb(36,91,39); }
td.TdClassName
{
border-color: #245B27;
}
.TagClassName
{
border-color: #245B27;
}
</style>