Shades of Green Pea #2B563F
Tints of Green Pea #2B563F
RGB
CMYK
RGB Variations
Color information
#2B563F (or 0x2B563F) is known color: Green Pea. HEX triplet: 2B, 56 and 3F. RGB value is (43,86,63). Sum of RGB (Red+Green+Blue) = 43+86+63=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 86 - color contains mainly: green. Hex color #2B563F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B563F is #D4A9C0. Grayscale: #464646. Windows color (decimal): -13937089 or 4150827. OLE color: 4150827.
HSL color Cylindrical-coordinate representation of color #2B563F: hue angle of 147.91º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B563F is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 43 | 86 | 63 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.66 |
| HSL | 147.91º | 0.33% | 0.25% | - |
| HSV(B) | 147.91º | 0.5% | 0.34% | - |
| XYZ | 5.22 | 7.53 | 5.88 | - |
| YUV | 70.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 86 | 63 | 0.50 | 0 | 0.27 | 0.66 | 147.91 | 0.33 | 0.25 |
| Hex | 2B | 56 | 3F | 32 | 0 | 1B | 42 | 94 | 21 | 19 |
| Octal | 53 | 126 | 77 | 62 | 0 | 33 | 102 | 224 | 41 | 31 |
| Binary | 101011 | 1010110 | 111111 | 110010 | 0 | 11011 | 1000010 | 10010100 | 100001 | 11001 |
Color Harmonies of #2B563F
Complementary color
Monochromatic Colors of #2B563F
Black with #2B563F
Text Example
Text Example
White with #2B563F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B563F; }
p { color: rgb(43,86,63); }
H1.HeaderClassName
{
color: #2B563F;
}
.AnyTagClassName
{
color: #2B563F;
}
</style>
background-color css
<style>
a { background-color: #2B563F; }
a { background-color: rgb(43,86,63); }
div.DivClassName
{
background-color: #2B563F;
}
.BgClassName
{
background-color: #2B563F;
}
</style>
border-color css
<style>
span { border-color: #2B563F; }
span { border-color: rgb(43,86,63); }
td.TdClassName
{
border-color: #2B563F;
}
.TagClassName
{
border-color: #2B563F;
}
</style>