Shades of Parsley #2B5C36
Tints of Parsley #2B5C36
RGB
CMYK
RGB Variations
Color information
#2B5C36 (or 0x2B5C36) is known color: Parsley. HEX triplet: 2B, 5C and 36. RGB value is (43,92,54). Sum of RGB (Red+Green+Blue) = 43+92+54=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 92 (36.33% from 255 or 48.68% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 92 - color contains mainly: green. Hex color #2B5C36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5C36 is #D4A3C9. Grayscale: #494949. Windows color (decimal): -13935562 or 3562539. OLE color: 3562539.
HSL color Cylindrical-coordinate representation of color #2B5C36: hue angle of 133.47º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B5C36 is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 92 | 54 | - |
| CMYK | 0.53 | 0 | 0.41 | 0.64 |
| HSL | 133.47º | 0.36% | 0.26% | - |
| HSV(B) | 133.47º | 0.53% | 0.36% | - |
| XYZ | 5.49 | 8.43 | 4.83 | - |
| YUV | 73.02 | 117.27 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 92 | 54 | 0.53 | 0 | 0.41 | 0.64 | 133.47 | 0.36 | 0.26 |
| Hex | 2B | 5C | 36 | 35 | 0 | 29 | 40 | 85 | 24 | 1A |
| Octal | 53 | 134 | 66 | 65 | 0 | 51 | 100 | 205 | 44 | 32 |
| Binary | 101011 | 1011100 | 110110 | 110101 | 0 | 101001 | 1000000 | 10000101 | 100100 | 11010 |
Color Harmonies of #2B5C36
Complementary color
Monochromatic Colors of #2B5C36
Black with #2B5C36
Text Example
Text Example
White with #2B5C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5C36; }
p { color: rgb(43,92,54); }
H1.HeaderClassName
{
color: #2B5C36;
}
.AnyTagClassName
{
color: #2B5C36;
}
</style>
background-color css
<style>
a { background-color: #2B5C36; }
a { background-color: rgb(43,92,54); }
div.DivClassName
{
background-color: #2B5C36;
}
.BgClassName
{
background-color: #2B5C36;
}
</style>
border-color css
<style>
span { border-color: #2B5C36; }
span { border-color: rgb(43,92,54); }
td.TdClassName
{
border-color: #2B5C36;
}
.TagClassName
{
border-color: #2B5C36;
}
</style>