Shades of Parsley #245D2A
Tints of Parsley #245D2A
RGB
CMYK
RGB Variations
Color information
#245D2A (or 0x245D2A) is known color: Parsley. HEX triplet: 24, 5D and 2A. RGB value is (36,93,42). Sum of RGB (Red+Green+Blue) = 36+93+42=171 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.05% from 171); Green value is 93 (36.72% from 255 or 54.39% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 93 - color contains mainly: green. Hex color #245D2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245D2A is #DBA2D5. Grayscale: #464646. Windows color (decimal): -14394070 or 2776356. OLE color: 2776356.
HSL color Cylindrical-coordinate representation of color #245D2A: hue angle of 126.32º 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 #245D2A is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 93 | 42 | - |
| CMYK | 0.61 | 0 | 0.55 | 0.64 |
| HSL | 126.32º | 0.44% | 0.25% | - |
| HSV(B) | 126.32º | 0.61% | 0.36% | - |
| XYZ | 5.06 | 8.37 | 3.54 | - |
| YUV | 70.14 | 112.12 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 42 | 0.61 | 0 | 0.55 | 0.64 | 126.32 | 0.44 | 0.25 |
| Hex | 24 | 5D | 2A | 3D | 0 | 37 | 40 | 7E | 2C | 19 |
| Octal | 44 | 135 | 52 | 75 | 0 | 67 | 100 | 176 | 54 | 31 |
| Binary | 100100 | 1011101 | 101010 | 111101 | 0 | 110111 | 1000000 | 1111110 | 101100 | 11001 |
Color Harmonies of #245D2A
Complementary color
Monochromatic Colors of #245D2A
Black with #245D2A
Text Example
Text Example
White with #245D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245D2A; }
p { color: rgb(36,93,42); }
H1.HeaderClassName
{
color: #245D2A;
}
.AnyTagClassName
{
color: #245D2A;
}
</style>
background-color css
<style>
a { background-color: #245D2A; }
a { background-color: rgb(36,93,42); }
div.DivClassName
{
background-color: #245D2A;
}
.BgClassName
{
background-color: #245D2A;
}
</style>
border-color css
<style>
span { border-color: #245D2A; }
span { border-color: rgb(36,93,42); }
td.TdClassName
{
border-color: #245D2A;
}
.TagClassName
{
border-color: #245D2A;
}
</style>