Shades of Green Pea #2B6743
Tints of Green Pea #2B6743
RGB
CMYK
RGB Variations
Color information
#2B6743 (or 0x2B6743) is known color: Green Pea. HEX triplet: 2B, 67 and 43. RGB value is (43,103,67). Sum of RGB (Red+Green+Blue) = 43+103+67=213 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.19% from 213); Green value is 103 (40.62% from 255 or 48.36% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 103 - color contains mainly: green. Hex color #2B6743 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6743 is #D498BC. Grayscale: #515151. Windows color (decimal): -13932733 or 4417323. OLE color: 4417323.
HSL color Cylindrical-coordinate representation of color #2B6743: hue angle of 144º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B6743 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 103 | 67 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.60 |
| HSL | 144º | 0.41% | 0.29% | - |
| HSV(B) | 144º | 0.58% | 0.4% | - |
| XYZ | 6.86 | 10.62 | 7 | - |
| YUV | 80.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 103 | 67 | 0.58 | 0 | 0.35 | 0.60 | 144 | 0.41 | 0.29 |
| Hex | 2B | 67 | 43 | 3A | 0 | 23 | 3C | 90 | 29 | 1D |
| Octal | 53 | 147 | 103 | 72 | 0 | 43 | 74 | 220 | 51 | 35 |
| Binary | 101011 | 1100111 | 1000011 | 111010 | 0 | 100011 | 111100 | 10010000 | 101001 | 11101 |
Color Harmonies of #2B6743
Complementary color
Monochromatic Colors of #2B6743
Black with #2B6743
Text Example
Text Example
White with #2B6743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6743; }
p { color: rgb(43,103,67); }
H1.HeaderClassName
{
color: #2B6743;
}
.AnyTagClassName
{
color: #2B6743;
}
</style>
background-color css
<style>
a { background-color: #2B6743; }
a { background-color: rgb(43,103,67); }
div.DivClassName
{
background-color: #2B6743;
}
.BgClassName
{
background-color: #2B6743;
}
</style>
border-color css
<style>
span { border-color: #2B6743; }
span { border-color: rgb(43,103,67); }
td.TdClassName
{
border-color: #2B6743;
}
.TagClassName
{
border-color: #2B6743;
}
</style>