Shades of Parsley #2A4E2D
Tints of Parsley #2A4E2D
RGB
CMYK
RGB Variations
Color information
#2A4E2D (or 0x2A4E2D) is known color: Parsley. HEX triplet: 2A, 4E and 2D. RGB value is (42,78,45). Sum of RGB (Red+Green+Blue) = 42+78+45=165 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.45% from 165); Green value is 78 (30.86% from 255 or 47.27% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 78 - color contains mainly: green. Hex color #2A4E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A4E2D is #D5B1D2. Grayscale: #3F3F3F. Windows color (decimal): -14004691 or 2969130. OLE color: 2969130.
HSL color Cylindrical-coordinate representation of color #2A4E2D: hue angle of 125º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2A4E2D is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 78 | 45 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.69 |
| HSL | 125º | 0.3% | 0.24% | - |
| HSV(B) | 125º | 0.46% | 0.31% | - |
| XYZ | 4.15 | 6.13 | 3.45 | - |
| YUV | 63.47 | 117.57 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 78 | 45 | 0.46 | 0 | 0.42 | 0.69 | 125 | 0.3 | 0.24 |
| Hex | 2A | 4E | 2D | 2E | 0 | 2A | 45 | 7D | 1E | 18 |
| Octal | 52 | 116 | 55 | 56 | 0 | 52 | 105 | 175 | 36 | 30 |
| Binary | 101010 | 1001110 | 101101 | 101110 | 0 | 101010 | 1000101 | 1111101 | 11110 | 11000 |
Color Harmonies of #2A4E2D
Complementary color
Monochromatic Colors of #2A4E2D
Black with #2A4E2D
Text Example
Text Example
White with #2A4E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4E2D; }
p { color: rgb(42,78,45); }
H1.HeaderClassName
{
color: #2A4E2D;
}
.AnyTagClassName
{
color: #2A4E2D;
}
</style>
background-color css
<style>
a { background-color: #2A4E2D; }
a { background-color: rgb(42,78,45); }
div.DivClassName
{
background-color: #2A4E2D;
}
.BgClassName
{
background-color: #2A4E2D;
}
</style>
border-color css
<style>
span { border-color: #2A4E2D; }
span { border-color: rgb(42,78,45); }
td.TdClassName
{
border-color: #2A4E2D;
}
.TagClassName
{
border-color: #2A4E2D;
}
</style>