Shades of Parsley #245C2A
Tints of Parsley #245C2A
RGB
CMYK
RGB Variations
Color information
#245C2A (or 0x245C2A) is known color: Parsley. HEX triplet: 24, 5C and 2A. RGB value is (36,92,42). Sum of RGB (Red+Green+Blue) = 36+92+42=170 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.18% from 170); Green value is 92 (36.33% from 255 or 54.12% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 92 - color contains mainly: green. Hex color #245C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245C2A is #DBA3D5. Grayscale: #454545. Windows color (decimal): -14394326 or 2776100. OLE color: 2776100.
HSL color Cylindrical-coordinate representation of color #245C2A: hue angle of 126.43º 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 #245C2A is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 92 | 42 | - |
| CMYK | 0.61 | 0 | 0.54 | 0.64 |
| HSL | 126.43º | 0.44% | 0.25% | - |
| HSV(B) | 126.43º | 0.61% | 0.36% | - |
| XYZ | 4.97 | 8.2 | 3.51 | - |
| YUV | 69.56 | 112.45 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 42 | 0.61 | 0 | 0.54 | 0.64 | 126.43 | 0.44 | 0.25 |
| Hex | 24 | 5C | 2A | 3D | 0 | 36 | 40 | 7E | 2C | 19 |
| Octal | 44 | 134 | 52 | 75 | 0 | 66 | 100 | 176 | 54 | 31 |
| Binary | 100100 | 1011100 | 101010 | 111101 | 0 | 110110 | 1000000 | 1111110 | 101100 | 11001 |
Color Harmonies of #245C2A
Complementary color
Monochromatic Colors of #245C2A
Black with #245C2A
Text Example
Text Example
White with #245C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C2A; }
p { color: rgb(36,92,42); }
H1.HeaderClassName
{
color: #245C2A;
}
.AnyTagClassName
{
color: #245C2A;
}
</style>
background-color css
<style>
a { background-color: #245C2A; }
a { background-color: rgb(36,92,42); }
div.DivClassName
{
background-color: #245C2A;
}
.BgClassName
{
background-color: #245C2A;
}
</style>
border-color css
<style>
span { border-color: #245C2A; }
span { border-color: rgb(36,92,42); }
td.TdClassName
{
border-color: #245C2A;
}
.TagClassName
{
border-color: #245C2A;
}
</style>