Shades of Parsley #245A2B
Tints of Parsley #245A2B
RGB
CMYK
RGB Variations
Color information
#245A2B (or 0x245A2B) is known color: Parsley. HEX triplet: 24, 5A and 2B. RGB value is (36,90,43). Sum of RGB (Red+Green+Blue) = 36+90+43=169 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.30% from 169); Green value is 90 (35.55% from 255 or 53.25% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 90 - color contains mainly: green. Hex color #245A2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245A2B is #DBA5D4. Grayscale: #444444. Windows color (decimal): -14394837 or 2841124. OLE color: 2841124.
HSL color Cylindrical-coordinate representation of color #245A2B: hue angle of 127.78º 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 #245A2B is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 90 | 43 | - |
| CMYK | 0.60 | 0 | 0.52 | 0.65 |
| HSL | 127.78º | 0.43% | 0.25% | - |
| HSV(B) | 127.78º | 0.6% | 0.35% | - |
| XYZ | 4.82 | 7.86 | 3.55 | - |
| YUV | 68.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 43 | 0.60 | 0 | 0.52 | 0.65 | 127.78 | 0.43 | 0.25 |
| Hex | 24 | 5A | 2B | 3C | 0 | 34 | 41 | 80 | 2B | 19 |
| Octal | 44 | 132 | 53 | 74 | 0 | 64 | 101 | 200 | 53 | 31 |
| Binary | 100100 | 1011010 | 101011 | 111100 | 0 | 110100 | 1000001 | 10000000 | 101011 | 11001 |
Color Harmonies of #245A2B
Complementary color
Monochromatic Colors of #245A2B
Black with #245A2B
Text Example
Text Example
White with #245A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245A2B; }
p { color: rgb(36,90,43); }
H1.HeaderClassName
{
color: #245A2B;
}
.AnyTagClassName
{
color: #245A2B;
}
</style>
background-color css
<style>
a { background-color: #245A2B; }
a { background-color: rgb(36,90,43); }
div.DivClassName
{
background-color: #245A2B;
}
.BgClassName
{
background-color: #245A2B;
}
</style>
border-color css
<style>
span { border-color: #245A2B; }
span { border-color: rgb(36,90,43); }
td.TdClassName
{
border-color: #245A2B;
}
.TagClassName
{
border-color: #245A2B;
}
</style>