Shades of Parsley #2A5333
Tints of Parsley #2A5333
RGB
CMYK
RGB Variations
Color information
#2A5333 (or 0x2A5333) is known color: Parsley. HEX triplet: 2A, 53 and 33. RGB value is (42,83,51). Sum of RGB (Red+Green+Blue) = 42+83+51=176 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.86% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 51 (20.31% from 255 or 28.98% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #2A5333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5333 is #D5ACCC. Grayscale: #434343. Windows color (decimal): -14003405 or 3363626. OLE color: 3363626.
HSL color Cylindrical-coordinate representation of color #2A5333: hue angle of 133.17º 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 #2A5333 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 83 | 51 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.67 |
| HSL | 133.17º | 0.33% | 0.25% | - |
| HSV(B) | 133.17º | 0.49% | 0.33% | - |
| XYZ | 4.65 | 6.92 | 4.22 | - |
| YUV | 67.09 | 118.92 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 83 | 51 | 0.49 | 0 | 0.39 | 0.67 | 133.17 | 0.33 | 0.25 |
| Hex | 2A | 53 | 33 | 31 | 0 | 27 | 43 | 85 | 21 | 19 |
| Octal | 52 | 123 | 63 | 61 | 0 | 47 | 103 | 205 | 41 | 31 |
| Binary | 101010 | 1010011 | 110011 | 110001 | 0 | 100111 | 1000011 | 10000101 | 100001 | 11001 |
Color Harmonies of #2A5333
Complementary color
Monochromatic Colors of #2A5333
Black with #2A5333
Text Example
Text Example
White with #2A5333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5333; }
p { color: rgb(42,83,51); }
H1.HeaderClassName
{
color: #2A5333;
}
.AnyTagClassName
{
color: #2A5333;
}
</style>
background-color css
<style>
a { background-color: #2A5333; }
a { background-color: rgb(42,83,51); }
div.DivClassName
{
background-color: #2A5333;
}
.BgClassName
{
background-color: #2A5333;
}
</style>
border-color css
<style>
span { border-color: #2A5333; }
span { border-color: rgb(42,83,51); }
td.TdClassName
{
border-color: #2A5333;
}
.TagClassName
{
border-color: #2A5333;
}
</style>