Shades of Parsley #2A582B
Tints of Parsley #2A582B
RGB
CMYK
RGB Variations
Color information
#2A582B (or 0x2A582B) is known color: Parsley. HEX triplet: 2A, 58 and 2B. RGB value is (42,88,43). Sum of RGB (Red+Green+Blue) = 42+88+43=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #2A582B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A582B is #D5A7D4. Grayscale: #454545. Windows color (decimal): -14002133 or 2840618. OLE color: 2840618.
HSL color Cylindrical-coordinate representation of color #2A582B: hue angle of 121.3º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A582B is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
RGB | 42 | 88 | 43 | - |
CMYK | 0.52 | 0 | 0.51 | 0.65 |
HSL | 121.3º | 0.35% | 0.25% | - |
HSV(B) | 121.3º | 0.52% | 0.35% | - |
XYZ | 4.88 | 7.65 | 3.5 | - |
YUV | 69.12 | 113.26 | 108.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 88 | 43 | 0.52 | 0 | 0.51 | 0.65 | 121.3 | 0.35 | 0.25 |
Hex | 2A | 58 | 2B | 34 | 0 | 33 | 41 | 79 | 23 | 19 |
Octal | 52 | 130 | 53 | 64 | 0 | 63 | 101 | 171 | 43 | 31 |
Binary | 101010 | 1011000 | 101011 | 110100 | 0 | 110011 | 1000001 | 1111001 | 100011 | 11001 |
Color Harmonies of #2A582B
Complementary color
Monochromatic Colors of #2A582B
Black with #2A582B
Text Example
Text Example
White with #2A582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A582B; }
p { color: rgb(42,88,43); }
H1.HeaderClassName
{
color: #2A582B;
}
.AnyTagClassName
{
color: #2A582B;
}
</style>
background-color css
<style>
a { background-color: #2A582B; }
a { background-color: rgb(42,88,43); }
div.DivClassName
{
background-color: #2A582B;
}
.BgClassName
{
background-color: #2A582B;
}
</style>
border-color css
<style>
span { border-color: #2A582B; }
span { border-color: rgb(42,88,43); }
td.TdClassName
{
border-color: #2A582B;
}
.TagClassName
{
border-color: #2A582B;
}
</style>