Shades of Parsley #245A2A
Tints of Parsley #245A2A
RGB
CMYK
RGB Variations
Color information
#245A2A (or 0x245A2A) is known color: Parsley. HEX triplet: 24, 5A and 2A. RGB value is (36,90,42). Sum of RGB (Red+Green+Blue) = 36+90+42=168 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.43% from 168); Green value is 90 (35.55% from 255 or 53.57% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 90 - color contains mainly: green. Hex color #245A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245A2A is #DBA5D5. Grayscale: #444444. Windows color (decimal): -14394838 or 2775588. OLE color: 2775588.
HSL color Cylindrical-coordinate representation of color #245A2A: hue angle of 126.67º 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 #245A2A is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 90 | 42 | - |
| CMYK | 0.60 | 0 | 0.53 | 0.65 |
| HSL | 126.67º | 0.43% | 0.25% | - |
| HSV(B) | 126.67º | 0.6% | 0.35% | - |
| XYZ | 4.8 | 7.85 | 3.45 | - |
| YUV | 68.38 | 113.11 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 42 | 0.60 | 0 | 0.53 | 0.65 | 126.67 | 0.43 | 0.25 |
| Hex | 24 | 5A | 2A | 3C | 0 | 35 | 41 | 7F | 2B | 19 |
| Octal | 44 | 132 | 52 | 74 | 0 | 65 | 101 | 177 | 53 | 31 |
| Binary | 100100 | 1011010 | 101010 | 111100 | 0 | 110101 | 1000001 | 1111111 | 101011 | 11001 |
Color Harmonies of #245A2A
Complementary color
Monochromatic Colors of #245A2A
Black with #245A2A
Text Example
Text Example
White with #245A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245A2A; }
p { color: rgb(36,90,42); }
H1.HeaderClassName
{
color: #245A2A;
}
.AnyTagClassName
{
color: #245A2A;
}
</style>
background-color css
<style>
a { background-color: #245A2A; }
a { background-color: rgb(36,90,42); }
div.DivClassName
{
background-color: #245A2A;
}
.BgClassName
{
background-color: #245A2A;
}
</style>
border-color css
<style>
span { border-color: #245A2A; }
span { border-color: rgb(36,90,42); }
td.TdClassName
{
border-color: #245A2A;
}
.TagClassName
{
border-color: #245A2A;
}
</style>