Shades of Parsley #2A6536
Tints of Parsley #2A6536
RGB
CMYK
RGB Variations
Color information
#2A6536 (or 0x2A6536) is known color: Parsley. HEX triplet: 2A, 65 and 36. RGB value is (42,101,54). Sum of RGB (Red+Green+Blue) = 42+101+54=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 101 (39.84% from 255 or 51.27% from 197); Blue value is 54 (21.48% from 255 or 27.41% from 197); Max value from RGB is 101 - color contains mainly: green. Hex color #2A6536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6536 is #D59AC9. Grayscale: #4E4E4E. Windows color (decimal): -13998794 or 3564842. OLE color: 3564842.
HSL color Cylindrical-coordinate representation of color #2A6536: hue angle of 132.2º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A6536 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 101 | 54 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.60 |
| HSL | 132.2º | 0.41% | 0.28% | - |
| HSV(B) | 132.2º | 0.58% | 0.4% | - |
| XYZ | 6.27 | 10.07 | 5.1 | - |
| YUV | 78 | 114.45 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 101 | 54 | 0.58 | 0 | 0.47 | 0.60 | 132.2 | 0.41 | 0.28 |
| Hex | 2A | 65 | 36 | 3A | 0 | 2F | 3C | 84 | 29 | 1C |
| Octal | 52 | 145 | 66 | 72 | 0 | 57 | 74 | 204 | 51 | 34 |
| Binary | 101010 | 1100101 | 110110 | 111010 | 0 | 101111 | 111100 | 10000100 | 101001 | 11100 |
Color Harmonies of #2A6536
Complementary color
Monochromatic Colors of #2A6536
Black with #2A6536
Text Example
Text Example
White with #2A6536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6536; }
p { color: rgb(42,101,54); }
H1.HeaderClassName
{
color: #2A6536;
}
.AnyTagClassName
{
color: #2A6536;
}
</style>
background-color css
<style>
a { background-color: #2A6536; }
a { background-color: rgb(42,101,54); }
div.DivClassName
{
background-color: #2A6536;
}
.BgClassName
{
background-color: #2A6536;
}
</style>
border-color css
<style>
span { border-color: #2A6536; }
span { border-color: rgb(42,101,54); }
td.TdClassName
{
border-color: #2A6536;
}
.TagClassName
{
border-color: #2A6536;
}
</style>