Shades of Parsley #2B6430
Tints of Parsley #2B6430
RGB
CMYK
RGB Variations
Color information
#2B6430 (or 0x2B6430) is known color: Parsley. HEX triplet: 2B, 64 and 30. RGB value is (43,100,48). Sum of RGB (Red+Green+Blue) = 43+100+48=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 100 (39.45% from 255 or 52.36% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 100 - color contains mainly: green. Hex color #2B6430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6430 is #D49BCF. Grayscale: #4D4D4D. Windows color (decimal): -13933520 or 3171371. OLE color: 3171371.
HSL color Cylindrical-coordinate representation of color #2B6430: hue angle of 125.26º 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 #2B6430 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 100 | 48 | - |
| CMYK | 0.57 | 0 | 0.52 | 0.61 |
| HSL | 125.26º | 0.4% | 0.28% | - |
| HSV(B) | 125.26º | 0.57% | 0.39% | - |
| XYZ | 6.09 | 9.84 | 4.38 | - |
| YUV | 77.03 | 111.62 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 100 | 48 | 0.57 | 0 | 0.52 | 0.61 | 125.26 | 0.4 | 0.28 |
| Hex | 2B | 64 | 30 | 39 | 0 | 34 | 3D | 7D | 28 | 1C |
| Octal | 53 | 144 | 60 | 71 | 0 | 64 | 75 | 175 | 50 | 34 |
| Binary | 101011 | 1100100 | 110000 | 111001 | 0 | 110100 | 111101 | 1111101 | 101000 | 11100 |
Color Harmonies of #2B6430
Complementary color
Monochromatic Colors of #2B6430
Black with #2B6430
Text Example
Text Example
White with #2B6430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6430; }
p { color: rgb(43,100,48); }
H1.HeaderClassName
{
color: #2B6430;
}
.AnyTagClassName
{
color: #2B6430;
}
</style>
background-color css
<style>
a { background-color: #2B6430; }
a { background-color: rgb(43,100,48); }
div.DivClassName
{
background-color: #2B6430;
}
.BgClassName
{
background-color: #2B6430;
}
</style>
border-color css
<style>
span { border-color: #2B6430; }
span { border-color: rgb(43,100,48); }
td.TdClassName
{
border-color: #2B6430;
}
.TagClassName
{
border-color: #2B6430;
}
</style>