Shades of Parsley #2B5A28
Tints of Parsley #2B5A28
RGB
CMYK
RGB Variations
Color information
#2B5A28 (or 0x2B5A28) is known color: Parsley. HEX triplet: 2B, 5A and 28. RGB value is (43,90,40). Sum of RGB (Red+Green+Blue) = 43+90+40=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 90 (35.55% from 255 or 52.02% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 90 - color contains mainly: green. Hex color #2B5A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5A28 is #D4A5D7. Grayscale: #464646. Windows color (decimal): -13936088 or 2644523. OLE color: 2644523.
HSL color Cylindrical-coordinate representation of color #2B5A28: hue angle of 116.4º 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 #2B5A28 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 90 | 40 | - |
| CMYK | 0.52 | 0 | 0.56 | 0.65 |
| HSL | 116.4º | 0.38% | 0.25% | - |
| HSV(B) | 116.4º | 0.56% | 0.35% | - |
| XYZ | 5.04 | 7.98 | 3.28 | - |
| YUV | 70.25 | 110.93 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 90 | 40 | 0.52 | 0 | 0.56 | 0.65 | 116.4 | 0.38 | 0.25 |
| Hex | 2B | 5A | 28 | 34 | 0 | 38 | 41 | 74 | 26 | 19 |
| Octal | 53 | 132 | 50 | 64 | 0 | 70 | 101 | 164 | 46 | 31 |
| Binary | 101011 | 1011010 | 101000 | 110100 | 0 | 111000 | 1000001 | 1110100 | 100110 | 11001 |
Color Harmonies of #2B5A28
Complementary color
Monochromatic Colors of #2B5A28
Black with #2B5A28
Text Example
Text Example
White with #2B5A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5A28; }
p { color: rgb(43,90,40); }
H1.HeaderClassName
{
color: #2B5A28;
}
.AnyTagClassName
{
color: #2B5A28;
}
</style>
background-color css
<style>
a { background-color: #2B5A28; }
a { background-color: rgb(43,90,40); }
div.DivClassName
{
background-color: #2B5A28;
}
.BgClassName
{
background-color: #2B5A28;
}
</style>
border-color css
<style>
span { border-color: #2B5A28; }
span { border-color: rgb(43,90,40); }
td.TdClassName
{
border-color: #2B5A28;
}
.TagClassName
{
border-color: #2B5A28;
}
</style>