Shades of Green Pea #2B6044
Tints of Green Pea #2B6044
RGB
CMYK
RGB Variations
Color information
#2B6044 (or 0x2B6044) is known color: Green Pea. HEX triplet: 2B, 60 and 44. RGB value is (43,96,68). Sum of RGB (Red+Green+Blue) = 43+96+68=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #2B6044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6044 is #D49FBB. Grayscale: #4D4D4D. Windows color (decimal): -13934524 or 4481067. OLE color: 4481067.
HSL color Cylindrical-coordinate representation of color #2B6044: hue angle of 148.3º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B6044 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 96 | 68 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.62 |
| HSL | 148.3º | 0.38% | 0.27% | - |
| HSV(B) | 148.3º | 0.55% | 0.38% | - |
| XYZ | 6.22 | 9.3 | 6.94 | - |
| YUV | 76.96 | 122.94 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 96 | 68 | 0.55 | 0 | 0.29 | 0.62 | 148.3 | 0.38 | 0.27 |
| Hex | 2B | 60 | 44 | 37 | 0 | 1D | 3E | 94 | 26 | 1B |
| Octal | 53 | 140 | 104 | 67 | 0 | 35 | 76 | 224 | 46 | 33 |
| Binary | 101011 | 1100000 | 1000100 | 110111 | 0 | 11101 | 111110 | 10010100 | 100110 | 11011 |
Color Harmonies of #2B6044
Complementary color
Monochromatic Colors of #2B6044
Black with #2B6044
Text Example
Text Example
White with #2B6044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6044; }
p { color: rgb(43,96,68); }
H1.HeaderClassName
{
color: #2B6044;
}
.AnyTagClassName
{
color: #2B6044;
}
</style>
background-color css
<style>
a { background-color: #2B6044; }
a { background-color: rgb(43,96,68); }
div.DivClassName
{
background-color: #2B6044;
}
.BgClassName
{
background-color: #2B6044;
}
</style>
border-color css
<style>
span { border-color: #2B6044; }
span { border-color: rgb(43,96,68); }
td.TdClassName
{
border-color: #2B6044;
}
.TagClassName
{
border-color: #2B6044;
}
</style>