Shades of Parsley #245C2B
Tints of Parsley #245C2B
RGB
CMYK
RGB Variations
Color information
#245C2B (or 0x245C2B) is known color: Parsley. HEX triplet: 24, 5C and 2B. RGB value is (36,92,43). Sum of RGB (Red+Green+Blue) = 36+92+43=171 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.05% from 171); Green value is 92 (36.33% from 255 or 53.80% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 92 - color contains mainly: green. Hex color #245C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245C2B is #DBA3D4. Grayscale: #454545. Windows color (decimal): -14394325 or 2841636. OLE color: 2841636.
HSL color Cylindrical-coordinate representation of color #245C2B: hue angle of 127.5º 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 #245C2B is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 92 | 43 | - |
| CMYK | 0.61 | 0 | 0.53 | 0.64 |
| HSL | 127.5º | 0.44% | 0.25% | - |
| HSV(B) | 127.5º | 0.61% | 0.36% | - |
| XYZ | 4.99 | 8.2 | 3.61 | - |
| YUV | 69.67 | 112.95 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 43 | 0.61 | 0 | 0.53 | 0.64 | 127.5 | 0.44 | 0.25 |
| Hex | 24 | 5C | 2B | 3D | 0 | 35 | 40 | 80 | 2C | 19 |
| Octal | 44 | 134 | 53 | 75 | 0 | 65 | 100 | 200 | 54 | 31 |
| Binary | 100100 | 1011100 | 101011 | 111101 | 0 | 110101 | 1000000 | 10000000 | 101100 | 11001 |
Color Harmonies of #245C2B
Complementary color
Monochromatic Colors of #245C2B
Black with #245C2B
Text Example
Text Example
White with #245C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C2B; }
p { color: rgb(36,92,43); }
H1.HeaderClassName
{
color: #245C2B;
}
.AnyTagClassName
{
color: #245C2B;
}
</style>
background-color css
<style>
a { background-color: #245C2B; }
a { background-color: rgb(36,92,43); }
div.DivClassName
{
background-color: #245C2B;
}
.BgClassName
{
background-color: #245C2B;
}
</style>
border-color css
<style>
span { border-color: #245C2B; }
span { border-color: rgb(36,92,43); }
td.TdClassName
{
border-color: #245C2B;
}
.TagClassName
{
border-color: #245C2B;
}
</style>