Shades of Parsley #2D5A28
Tints of Parsley #2D5A28
RGB
CMYK
RGB Variations
Color information
#2D5A28 (or 0x2D5A28) is known color: Parsley. HEX triplet: 2D, 5A and 28. RGB value is (45,90,40). Sum of RGB (Red+Green+Blue) = 45+90+40=175 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.71% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #2D5A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5A28 is #D2A5D7. Grayscale: #474747. Windows color (decimal): -13805016 or 2644525. OLE color: 2644525.
HSL color Cylindrical-coordinate representation of color #2D5A28: hue angle of 114º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D5A28 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 90 | 40 | - |
| CMYK | 0.50 | 0 | 0.56 | 0.65 |
| HSL | 114º | 0.38% | 0.25% | - |
| HSV(B) | 114º | 0.56% | 0.35% | - |
| XYZ | 5.12 | 8.02 | 3.29 | - |
| YUV | 70.85 | 110.59 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 90 | 40 | 0.50 | 0 | 0.56 | 0.65 | 114 | 0.38 | 0.25 |
| Hex | 2D | 5A | 28 | 32 | 0 | 38 | 41 | 72 | 26 | 19 |
| Octal | 55 | 132 | 50 | 62 | 0 | 70 | 101 | 162 | 46 | 31 |
| Binary | 101101 | 1011010 | 101000 | 110010 | 0 | 111000 | 1000001 | 1110010 | 100110 | 11001 |
Color Harmonies of #2D5A28
Complementary color
Monochromatic Colors of #2D5A28
Black with #2D5A28
Text Example
Text Example
White with #2D5A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5A28; }
p { color: rgb(45,90,40); }
H1.HeaderClassName
{
color: #2D5A28;
}
.AnyTagClassName
{
color: #2D5A28;
}
</style>
background-color css
<style>
a { background-color: #2D5A28; }
a { background-color: rgb(45,90,40); }
div.DivClassName
{
background-color: #2D5A28;
}
.BgClassName
{
background-color: #2D5A28;
}
</style>
border-color css
<style>
span { border-color: #2D5A28; }
span { border-color: rgb(45,90,40); }
td.TdClassName
{
border-color: #2D5A28;
}
.TagClassName
{
border-color: #2D5A28;
}
</style>