Shades of Parsley #245C2D
Tints of Parsley #245C2D
RGB
CMYK
RGB Variations
Color information
#245C2D (or 0x245C2D) is known color: Parsley. HEX triplet: 24, 5C and 2D. RGB value is (36,92,45). Sum of RGB (Red+Green+Blue) = 36+92+45=173 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.81% from 173); Green value is 92 (36.33% from 255 or 53.18% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 92 - color contains mainly: green. Hex color #245C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245C2D is #DBA3D2. Grayscale: #464646. Windows color (decimal): -14394323 or 2972708. OLE color: 2972708.
HSL color Cylindrical-coordinate representation of color #245C2D: hue angle of 129.64º 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 #245C2D is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 92 | 45 | - |
| CMYK | 0.61 | 0 | 0.51 | 0.64 |
| HSL | 129.64º | 0.44% | 0.25% | - |
| HSV(B) | 129.64º | 0.61% | 0.36% | - |
| XYZ | 5.03 | 8.22 | 3.8 | - |
| YUV | 69.9 | 113.95 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 45 | 0.61 | 0 | 0.51 | 0.64 | 129.64 | 0.44 | 0.25 |
| Hex | 24 | 5C | 2D | 3D | 0 | 33 | 40 | 82 | 2C | 19 |
| Octal | 44 | 134 | 55 | 75 | 0 | 63 | 100 | 202 | 54 | 31 |
| Binary | 100100 | 1011100 | 101101 | 111101 | 0 | 110011 | 1000000 | 10000010 | 101100 | 11001 |
Color Harmonies of #245C2D
Complementary color
Monochromatic Colors of #245C2D
Black with #245C2D
Text Example
Text Example
White with #245C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C2D; }
p { color: rgb(36,92,45); }
H1.HeaderClassName
{
color: #245C2D;
}
.AnyTagClassName
{
color: #245C2D;
}
</style>
background-color css
<style>
a { background-color: #245C2D; }
a { background-color: rgb(36,92,45); }
div.DivClassName
{
background-color: #245C2D;
}
.BgClassName
{
background-color: #245C2D;
}
</style>
border-color css
<style>
span { border-color: #245C2D; }
span { border-color: rgb(36,92,45); }
td.TdClassName
{
border-color: #245C2D;
}
.TagClassName
{
border-color: #245C2D;
}
</style>