Shades of Green Pea #2B673F
Tints of Green Pea #2B673F
RGB
CMYK
RGB Variations
Color information
#2B673F (or 0x2B673F) is known color: Green Pea. HEX triplet: 2B, 67 and 3F. RGB value is (43,103,63). Sum of RGB (Red+Green+Blue) = 43+103+63=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 103 (40.62% from 255 or 49.28% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 103 - color contains mainly: green. Hex color #2B673F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B673F is #D498C0. Grayscale: #505050. Windows color (decimal): -13932737 or 4155179. OLE color: 4155179.
HSL color Cylindrical-coordinate representation of color #2B673F: hue angle of 140º 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 #2B673F is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 103 | 63 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.60 |
| HSL | 140º | 0.41% | 0.29% | - |
| HSV(B) | 140º | 0.58% | 0.4% | - |
| XYZ | 6.74 | 10.57 | 6.39 | - |
| YUV | 80.5 | 118.12 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 103 | 63 | 0.58 | 0 | 0.39 | 0.60 | 140 | 0.41 | 0.29 |
| Hex | 2B | 67 | 3F | 3A | 0 | 27 | 3C | 8C | 29 | 1D |
| Octal | 53 | 147 | 77 | 72 | 0 | 47 | 74 | 214 | 51 | 35 |
| Binary | 101011 | 1100111 | 111111 | 111010 | 0 | 100111 | 111100 | 10001100 | 101001 | 11101 |
Color Harmonies of #2B673F
Complementary color
Monochromatic Colors of #2B673F
Black with #2B673F
Text Example
Text Example
White with #2B673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B673F; }
p { color: rgb(43,103,63); }
H1.HeaderClassName
{
color: #2B673F;
}
.AnyTagClassName
{
color: #2B673F;
}
</style>
background-color css
<style>
a { background-color: #2B673F; }
a { background-color: rgb(43,103,63); }
div.DivClassName
{
background-color: #2B673F;
}
.BgClassName
{
background-color: #2B673F;
}
</style>
border-color css
<style>
span { border-color: #2B673F; }
span { border-color: rgb(43,103,63); }
td.TdClassName
{
border-color: #2B673F;
}
.TagClassName
{
border-color: #2B673F;
}
</style>