Shades of Green Pea #2B664A
Tints of Green Pea #2B664A
RGB
CMYK
RGB Variations
Color information
#2B664A (or 0x2B664A) is known color: Green Pea. HEX triplet: 2B, 66 and 4A. RGB value is (43,102,74). Sum of RGB (Red+Green+Blue) = 43+102+74=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 102 - color contains mainly: green. Hex color #2B664A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B664A is #D499B5. Grayscale: #515151. Windows color (decimal): -13932982 or 4875819. OLE color: 4875819.
HSL color Cylindrical-coordinate representation of color #2B664A: hue angle of 151.53º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B664A is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 43 | 102 | 74 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.6 |
| HSL | 151.53º | 0.41% | 0.28% | - |
| HSV(B) | 151.53º | 0.58% | 0.4% | - |
| XYZ | 6.98 | 10.51 | 8.14 | - |
| YUV | 81.17 | 123.95 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 102 | 74 | 0.58 | 0 | 0.27 | 0.6 | 151.53 | 0.41 | 0.28 |
| Hex | 2B | 66 | 4A | 3A | 0 | 1B | 3C | 98 | 29 | 1C |
| Octal | 53 | 146 | 112 | 72 | 0 | 33 | 74 | 230 | 51 | 34 |
| Binary | 101011 | 1100110 | 1001010 | 111010 | 0 | 11011 | 111100 | 10011000 | 101001 | 11100 |
Color Harmonies of #2B664A
Complementary color
Monochromatic Colors of #2B664A
Black with #2B664A
Text Example
Text Example
White with #2B664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B664A; }
p { color: rgb(43,102,74); }
H1.HeaderClassName
{
color: #2B664A;
}
.AnyTagClassName
{
color: #2B664A;
}
</style>
background-color css
<style>
a { background-color: #2B664A; }
a { background-color: rgb(43,102,74); }
div.DivClassName
{
background-color: #2B664A;
}
.BgClassName
{
background-color: #2B664A;
}
</style>
border-color css
<style>
span { border-color: #2B664A; }
span { border-color: rgb(43,102,74); }
td.TdClassName
{
border-color: #2B664A;
}
.TagClassName
{
border-color: #2B664A;
}
</style>