Shades of Parsley #2A5330
Tints of Parsley #2A5330
RGB
CMYK
RGB Variations
Color information
#2A5330 (or 0x2A5330) is known color: Parsley. HEX triplet: 2A, 53 and 30. RGB value is (42,83,48). Sum of RGB (Red+Green+Blue) = 42+83+48=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #2A5330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5330 is #D5ACCF. Grayscale: #424242. Windows color (decimal): -14003408 or 3167018. OLE color: 3167018.
HSL color Cylindrical-coordinate representation of color #2A5330: hue angle of 128.78º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A5330 is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 83 | 48 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.67 |
| HSL | 128.78º | 0.33% | 0.25% | - |
| HSV(B) | 128.78º | 0.49% | 0.33% | - |
| XYZ | 4.58 | 6.89 | 3.89 | - |
| YUV | 66.75 | 117.42 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 83 | 48 | 0.49 | 0 | 0.42 | 0.67 | 128.78 | 0.33 | 0.25 |
| Hex | 2A | 53 | 30 | 31 | 0 | 2A | 43 | 81 | 21 | 19 |
| Octal | 52 | 123 | 60 | 61 | 0 | 52 | 103 | 201 | 41 | 31 |
| Binary | 101010 | 1010011 | 110000 | 110001 | 0 | 101010 | 1000011 | 10000001 | 100001 | 11001 |
Color Harmonies of #2A5330
Complementary color
Monochromatic Colors of #2A5330
Black with #2A5330
Text Example
Text Example
White with #2A5330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5330; }
p { color: rgb(42,83,48); }
H1.HeaderClassName
{
color: #2A5330;
}
.AnyTagClassName
{
color: #2A5330;
}
</style>
background-color css
<style>
a { background-color: #2A5330; }
a { background-color: rgb(42,83,48); }
div.DivClassName
{
background-color: #2A5330;
}
.BgClassName
{
background-color: #2A5330;
}
</style>
border-color css
<style>
span { border-color: #2A5330; }
span { border-color: rgb(42,83,48); }
td.TdClassName
{
border-color: #2A5330;
}
.TagClassName
{
border-color: #2A5330;
}
</style>