Shades of Parsley #245A2C
Tints of Parsley #245A2C
RGB
CMYK
RGB Variations
Color information
#245A2C (or 0x245A2C) is known color: Parsley. HEX triplet: 24, 5A and 2C. RGB value is (36,90,44). Sum of RGB (Red+Green+Blue) = 36+90+44=170 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.18% from 170); Green value is 90 (35.55% from 255 or 52.94% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 90 - color contains mainly: green. Hex color #245A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245A2C is #DBA5D3. Grayscale: #444444. Windows color (decimal): -14394836 or 2906660. OLE color: 2906660.
HSL color Cylindrical-coordinate representation of color #245A2C: hue angle of 128.89º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245A2C is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 90 | 44 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.65 |
| HSL | 128.89º | 0.43% | 0.25% | - |
| HSV(B) | 128.89º | 0.6% | 0.35% | - |
| XYZ | 4.84 | 7.87 | 3.65 | - |
| YUV | 68.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 44 | 0.60 | 0 | 0.51 | 0.65 | 128.89 | 0.43 | 0.25 |
| Hex | 24 | 5A | 2C | 3C | 0 | 33 | 41 | 81 | 2B | 19 |
| Octal | 44 | 132 | 54 | 74 | 0 | 63 | 101 | 201 | 53 | 31 |
| Binary | 100100 | 1011010 | 101100 | 111100 | 0 | 110011 | 1000001 | 10000001 | 101011 | 11001 |
Color Harmonies of #245A2C
Complementary color
Monochromatic Colors of #245A2C
Black with #245A2C
Text Example
Text Example
White with #245A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245A2C; }
p { color: rgb(36,90,44); }
H1.HeaderClassName
{
color: #245A2C;
}
.AnyTagClassName
{
color: #245A2C;
}
</style>
background-color css
<style>
a { background-color: #245A2C; }
a { background-color: rgb(36,90,44); }
div.DivClassName
{
background-color: #245A2C;
}
.BgClassName
{
background-color: #245A2C;
}
</style>
border-color css
<style>
span { border-color: #245A2C; }
span { border-color: rgb(36,90,44); }
td.TdClassName
{
border-color: #245A2C;
}
.TagClassName
{
border-color: #245A2C;
}
</style>