Shades of Parsley #245C2C
Tints of Parsley #245C2C
RGB
CMYK
RGB Variations
Color information
#245C2C (or 0x245C2C) is known color: Parsley. HEX triplet: 24, 5C and 2C. RGB value is (36,92,44). Sum of RGB (Red+Green+Blue) = 36+92+44=172 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.93% from 172); Green value is 92 (36.33% from 255 or 53.49% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 92 - color contains mainly: green. Hex color #245C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245C2C is #DBA3D3. Grayscale: #454545. Windows color (decimal): -14394324 or 2907172. OLE color: 2907172.
HSL color Cylindrical-coordinate representation of color #245C2C: hue angle of 128.57º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #245C2C is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 92 | 44 | - |
| CMYK | 0.61 | 0 | 0.52 | 0.64 |
| HSL | 128.57º | 0.44% | 0.25% | - |
| HSV(B) | 128.57º | 0.61% | 0.36% | - |
| XYZ | 5.01 | 8.21 | 3.7 | - |
| YUV | 69.78 | 113.45 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 44 | 0.61 | 0 | 0.52 | 0.64 | 128.57 | 0.44 | 0.25 |
| Hex | 24 | 5C | 2C | 3D | 0 | 34 | 40 | 81 | 2C | 19 |
| Octal | 44 | 134 | 54 | 75 | 0 | 64 | 100 | 201 | 54 | 31 |
| Binary | 100100 | 1011100 | 101100 | 111101 | 0 | 110100 | 1000000 | 10000001 | 101100 | 11001 |
Color Harmonies of #245C2C
Complementary color
Monochromatic Colors of #245C2C
Black with #245C2C
Text Example
Text Example
White with #245C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C2C; }
p { color: rgb(36,92,44); }
H1.HeaderClassName
{
color: #245C2C;
}
.AnyTagClassName
{
color: #245C2C;
}
</style>
background-color css
<style>
a { background-color: #245C2C; }
a { background-color: rgb(36,92,44); }
div.DivClassName
{
background-color: #245C2C;
}
.BgClassName
{
background-color: #245C2C;
}
</style>
border-color css
<style>
span { border-color: #245C2C; }
span { border-color: rgb(36,92,44); }
td.TdClassName
{
border-color: #245C2C;
}
.TagClassName
{
border-color: #245C2C;
}
</style>