Shades of Parsley #245D2B
Tints of Parsley #245D2B
RGB
CMYK
RGB Variations
Color information
#245D2B (or 0x245D2B) is known color: Parsley. HEX triplet: 24, 5D and 2B. RGB value is (36,93,43). Sum of RGB (Red+Green+Blue) = 36+93+43=172 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.93% from 172); Green value is 93 (36.72% from 255 or 54.07% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 93 - color contains mainly: green. Hex color #245D2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245D2B is #DBA2D4. Grayscale: #464646. Windows color (decimal): -14394069 or 2841892. OLE color: 2841892.
HSL color Cylindrical-coordinate representation of color #245D2B: hue angle of 127.37º 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 #245D2B is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 93 | 43 | - |
| CMYK | 0.61 | 0 | 0.54 | 0.64 |
| HSL | 127.37º | 0.44% | 0.25% | - |
| HSV(B) | 127.37º | 0.61% | 0.36% | - |
| XYZ | 5.08 | 8.38 | 3.64 | - |
| YUV | 70.26 | 112.62 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 43 | 0.61 | 0 | 0.54 | 0.64 | 127.37 | 0.44 | 0.25 |
| Hex | 24 | 5D | 2B | 3D | 0 | 36 | 40 | 7F | 2C | 19 |
| Octal | 44 | 135 | 53 | 75 | 0 | 66 | 100 | 177 | 54 | 31 |
| Binary | 100100 | 1011101 | 101011 | 111101 | 0 | 110110 | 1000000 | 1111111 | 101100 | 11001 |
Color Harmonies of #245D2B
Complementary color
Monochromatic Colors of #245D2B
Black with #245D2B
Text Example
Text Example
White with #245D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245D2B; }
p { color: rgb(36,93,43); }
H1.HeaderClassName
{
color: #245D2B;
}
.AnyTagClassName
{
color: #245D2B;
}
</style>
background-color css
<style>
a { background-color: #245D2B; }
a { background-color: rgb(36,93,43); }
div.DivClassName
{
background-color: #245D2B;
}
.BgClassName
{
background-color: #245D2B;
}
</style>
border-color css
<style>
span { border-color: #245D2B; }
span { border-color: rgb(36,93,43); }
td.TdClassName
{
border-color: #245D2B;
}
.TagClassName
{
border-color: #245D2B;
}
</style>