Shades of Parsley #245B2C
Tints of Parsley #245B2C
RGB
CMYK
RGB Variations
Color information
#245B2C (or 0x245B2C) is known color: Parsley. HEX triplet: 24, 5B and 2C. RGB value is (36,91,44). Sum of RGB (Red+Green+Blue) = 36+91+44=171 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.05% from 171); Green value is 91 (35.94% from 255 or 53.22% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 91 - color contains mainly: green. Hex color #245B2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245B2C is #DBA4D3. Grayscale: #454545. Windows color (decimal): -14394580 or 2906916. OLE color: 2906916.
HSL color Cylindrical-coordinate representation of color #245B2C: hue angle of 128.73º 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 #245B2C is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 91 | 44 | - |
| CMYK | 0.60 | 0 | 0.52 | 0.64 |
| HSL | 128.73º | 0.43% | 0.25% | - |
| HSV(B) | 128.73º | 0.6% | 0.36% | - |
| XYZ | 4.92 | 8.04 | 3.68 | - |
| YUV | 69.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 44 | 0.60 | 0 | 0.52 | 0.64 | 128.73 | 0.43 | 0.25 |
| Hex | 24 | 5B | 2C | 3C | 0 | 34 | 40 | 81 | 2B | 19 |
| Octal | 44 | 133 | 54 | 74 | 0 | 64 | 100 | 201 | 53 | 31 |
| Binary | 100100 | 1011011 | 101100 | 111100 | 0 | 110100 | 1000000 | 10000001 | 101011 | 11001 |
Color Harmonies of #245B2C
Complementary color
Monochromatic Colors of #245B2C
Black with #245B2C
Text Example
Text Example
White with #245B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245B2C; }
p { color: rgb(36,91,44); }
H1.HeaderClassName
{
color: #245B2C;
}
.AnyTagClassName
{
color: #245B2C;
}
</style>
background-color css
<style>
a { background-color: #245B2C; }
a { background-color: rgb(36,91,44); }
div.DivClassName
{
background-color: #245B2C;
}
.BgClassName
{
background-color: #245B2C;
}
</style>
border-color css
<style>
span { border-color: #245B2C; }
span { border-color: rgb(36,91,44); }
td.TdClassName
{
border-color: #245B2C;
}
.TagClassName
{
border-color: #245B2C;
}
</style>