Shades of Parsley #2B5C30
Tints of Parsley #2B5C30
RGB
CMYK
RGB Variations
Color information
#2B5C30 (or 0x2B5C30) is known color: Parsley. HEX triplet: 2B, 5C and 30. RGB value is (43,92,48). Sum of RGB (Red+Green+Blue) = 43+92+48=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 92 (36.33% from 255 or 50.27% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 92 - color contains mainly: green. Hex color #2B5C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5C30 is #D4A3CF. Grayscale: #484848. Windows color (decimal): -13935568 or 3169323. OLE color: 3169323.
HSL color Cylindrical-coordinate representation of color #2B5C30: hue angle of 126.12º 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 #2B5C30 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 92 | 48 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.64 |
| HSL | 126.12º | 0.36% | 0.26% | - |
| HSV(B) | 126.12º | 0.53% | 0.36% | - |
| XYZ | 5.36 | 8.38 | 4.13 | - |
| YUV | 72.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 92 | 48 | 0.53 | 0 | 0.48 | 0.64 | 126.12 | 0.36 | 0.26 |
| Hex | 2B | 5C | 30 | 35 | 0 | 30 | 40 | 7E | 24 | 1A |
| Octal | 53 | 134 | 60 | 65 | 0 | 60 | 100 | 176 | 44 | 32 |
| Binary | 101011 | 1011100 | 110000 | 110101 | 0 | 110000 | 1000000 | 1111110 | 100100 | 11010 |
Color Harmonies of #2B5C30
Complementary color
Monochromatic Colors of #2B5C30
Black with #2B5C30
Text Example
Text Example
White with #2B5C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5C30; }
p { color: rgb(43,92,48); }
H1.HeaderClassName
{
color: #2B5C30;
}
.AnyTagClassName
{
color: #2B5C30;
}
</style>
background-color css
<style>
a { background-color: #2B5C30; }
a { background-color: rgb(43,92,48); }
div.DivClassName
{
background-color: #2B5C30;
}
.BgClassName
{
background-color: #2B5C30;
}
</style>
border-color css
<style>
span { border-color: #2B5C30; }
span { border-color: rgb(43,92,48); }
td.TdClassName
{
border-color: #2B5C30;
}
.TagClassName
{
border-color: #2B5C30;
}
</style>