Shades of Parsley #245B2A
Tints of Parsley #245B2A
RGB
CMYK
RGB Variations
Color information
#245B2A (or 0x245B2A) is known color: Parsley. HEX triplet: 24, 5B and 2A. RGB value is (36,91,42). Sum of RGB (Red+Green+Blue) = 36+91+42=169 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.30% from 169); Green value is 91 (35.94% from 255 or 53.85% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 91 - color contains mainly: green. Hex color #245B2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245B2A is #DBA4D5. Grayscale: #454545. Windows color (decimal): -14394582 or 2775844. OLE color: 2775844.
HSL color Cylindrical-coordinate representation of color #245B2A: hue angle of 126.55º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245B2A is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 91 | 42 | - |
| CMYK | 0.60 | 0 | 0.54 | 0.64 |
| HSL | 126.55º | 0.43% | 0.25% | - |
| HSV(B) | 126.55º | 0.6% | 0.36% | - |
| XYZ | 4.89 | 8.02 | 3.48 | - |
| YUV | 68.97 | 112.78 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 42 | 0.60 | 0 | 0.54 | 0.64 | 126.55 | 0.43 | 0.25 |
| Hex | 24 | 5B | 2A | 3C | 0 | 36 | 40 | 7F | 2B | 19 |
| Octal | 44 | 133 | 52 | 74 | 0 | 66 | 100 | 177 | 53 | 31 |
| Binary | 100100 | 1011011 | 101010 | 111100 | 0 | 110110 | 1000000 | 1111111 | 101011 | 11001 |
Color Harmonies of #245B2A
Complementary color
Monochromatic Colors of #245B2A
Black with #245B2A
Text Example
Text Example
White with #245B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245B2A; }
p { color: rgb(36,91,42); }
H1.HeaderClassName
{
color: #245B2A;
}
.AnyTagClassName
{
color: #245B2A;
}
</style>
background-color css
<style>
a { background-color: #245B2A; }
a { background-color: rgb(36,91,42); }
div.DivClassName
{
background-color: #245B2A;
}
.BgClassName
{
background-color: #245B2A;
}
</style>
border-color css
<style>
span { border-color: #245B2A; }
span { border-color: rgb(36,91,42); }
td.TdClassName
{
border-color: #245B2A;
}
.TagClassName
{
border-color: #245B2A;
}
</style>