Shades of Green Pea #2B644A
Tints of Green Pea #2B644A
RGB
CMYK
RGB Variations
Color information
#2B644A (or 0x2B644A) is known color: Green Pea. HEX triplet: 2B, 64 and 4A. RGB value is (43,100,74). Sum of RGB (Red+Green+Blue) = 43+100+74=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 100 (39.45% from 255 or 46.08% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 100 - color contains mainly: green. Hex color #2B644A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B644A is #D49BB5. Grayscale: #505050. Windows color (decimal): -13933494 or 4875307. OLE color: 4875307.
HSL color Cylindrical-coordinate representation of color #2B644A: hue angle of 152.63º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B644A is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 100 | 74 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.61 |
| HSL | 152.63º | 0.4% | 0.28% | - |
| HSV(B) | 152.63º | 0.57% | 0.39% | - |
| XYZ | 6.79 | 10.12 | 8.07 | - |
| YUV | 79.99 | 124.62 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 100 | 74 | 0.57 | 0 | 0.26 | 0.61 | 152.63 | 0.4 | 0.28 |
| Hex | 2B | 64 | 4A | 39 | 0 | 1A | 3D | 99 | 28 | 1C |
| Octal | 53 | 144 | 112 | 71 | 0 | 32 | 75 | 231 | 50 | 34 |
| Binary | 101011 | 1100100 | 1001010 | 111001 | 0 | 11010 | 111101 | 10011001 | 101000 | 11100 |
Color Harmonies of #2B644A
Complementary color
Monochromatic Colors of #2B644A
Black with #2B644A
Text Example
Text Example
White with #2B644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B644A; }
p { color: rgb(43,100,74); }
H1.HeaderClassName
{
color: #2B644A;
}
.AnyTagClassName
{
color: #2B644A;
}
</style>
background-color css
<style>
a { background-color: #2B644A; }
a { background-color: rgb(43,100,74); }
div.DivClassName
{
background-color: #2B644A;
}
.BgClassName
{
background-color: #2B644A;
}
</style>
border-color css
<style>
span { border-color: #2B644A; }
span { border-color: rgb(43,100,74); }
td.TdClassName
{
border-color: #2B644A;
}
.TagClassName
{
border-color: #2B644A;
}
</style>