Shades of Parsley #2B6438
Tints of Parsley #2B6438
RGB
CMYK
RGB Variations
Color information
#2B6438 (or 0x2B6438) is known color: Parsley. HEX triplet: 2B, 64 and 38. RGB value is (43,100,56). Sum of RGB (Red+Green+Blue) = 43+100+56=199 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.61% from 199); Green value is 100 (39.45% from 255 or 50.25% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 100 - color contains mainly: green. Hex color #2B6438 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6438 is #D49BC7. Grayscale: #4E4E4E. Windows color (decimal): -13933512 or 3695659. OLE color: 3695659.
HSL color Cylindrical-coordinate representation of color #2B6438: hue angle of 133.68º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B6438 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 100 | 56 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.61 |
| HSL | 133.68º | 0.4% | 0.28% | - |
| HSV(B) | 133.68º | 0.57% | 0.39% | - |
| XYZ | 6.27 | 9.91 | 5.32 | - |
| YUV | 77.94 | 115.62 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 100 | 56 | 0.57 | 0 | 0.44 | 0.61 | 133.68 | 0.4 | 0.28 |
| Hex | 2B | 64 | 38 | 39 | 0 | 2C | 3D | 86 | 28 | 1C |
| Octal | 53 | 144 | 70 | 71 | 0 | 54 | 75 | 206 | 50 | 34 |
| Binary | 101011 | 1100100 | 111000 | 111001 | 0 | 101100 | 111101 | 10000110 | 101000 | 11100 |
Color Harmonies of #2B6438
Complementary color
Monochromatic Colors of #2B6438
Black with #2B6438
Text Example
Text Example
White with #2B6438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6438; }
p { color: rgb(43,100,56); }
H1.HeaderClassName
{
color: #2B6438;
}
.AnyTagClassName
{
color: #2B6438;
}
</style>
background-color css
<style>
a { background-color: #2B6438; }
a { background-color: rgb(43,100,56); }
div.DivClassName
{
background-color: #2B6438;
}
.BgClassName
{
background-color: #2B6438;
}
</style>
border-color css
<style>
span { border-color: #2B6438; }
span { border-color: rgb(43,100,56); }
td.TdClassName
{
border-color: #2B6438;
}
.TagClassName
{
border-color: #2B6438;
}
</style>