Shades of Parsley #2D552B
Tints of Parsley #2D552B
RGB
CMYK
RGB Variations
Color information
#2D552B (or 0x2D552B) is known color: Parsley. HEX triplet: 2D, 55 and 2B. RGB value is (45,85,43). Sum of RGB (Red+Green+Blue) = 45+85+43=173 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.01% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #2D552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D552B is #D2AAD4. Grayscale: #444444. Windows color (decimal): -13806293 or 2839853. OLE color: 2839853.
HSL color Cylindrical-coordinate representation of color #2D552B: hue angle of 117.14º 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 #2D552B is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 85 | 43 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.67 |
| HSL | 117.14º | 0.33% | 0.25% | - |
| HSV(B) | 117.14º | 0.49% | 0.33% | - |
| XYZ | 4.77 | 7.23 | 3.43 | - |
| YUV | 68.25 | 113.75 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 85 | 43 | 0.47 | 0 | 0.49 | 0.67 | 117.14 | 0.33 | 0.25 |
| Hex | 2D | 55 | 2B | 2F | 0 | 31 | 43 | 75 | 21 | 19 |
| Octal | 55 | 125 | 53 | 57 | 0 | 61 | 103 | 165 | 41 | 31 |
| Binary | 101101 | 1010101 | 101011 | 101111 | 0 | 110001 | 1000011 | 1110101 | 100001 | 11001 |
Color Harmonies of #2D552B
Complementary color
Monochromatic Colors of #2D552B
Black with #2D552B
Text Example
Text Example
White with #2D552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D552B; }
p { color: rgb(45,85,43); }
H1.HeaderClassName
{
color: #2D552B;
}
.AnyTagClassName
{
color: #2D552B;
}
</style>
background-color css
<style>
a { background-color: #2D552B; }
a { background-color: rgb(45,85,43); }
div.DivClassName
{
background-color: #2D552B;
}
.BgClassName
{
background-color: #2D552B;
}
</style>
border-color css
<style>
span { border-color: #2D552B; }
span { border-color: rgb(45,85,43); }
td.TdClassName
{
border-color: #2D552B;
}
.TagClassName
{
border-color: #2D552B;
}
</style>