Shades of Green Pea #2B654B
Tints of Green Pea #2B654B
RGB
CMYK
RGB Variations
Color information
#2B654B (or 0x2B654B) is known color: Green Pea. HEX triplet: 2B, 65 and 4B. RGB value is (43,101,75). Sum of RGB (Red+Green+Blue) = 43+101+75=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 101 - color contains mainly: green. Hex color #2B654B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B654B is #D49AB4. Grayscale: #505050. Windows color (decimal): -13933237 or 4941099. OLE color: 4941099.
HSL color Cylindrical-coordinate representation of color #2B654B: hue angle of 153.1º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B654B is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 101 | 75 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.60 |
| HSL | 153.1º | 0.4% | 0.28% | - |
| HSV(B) | 153.1º | 0.57% | 0.4% | - |
| XYZ | 6.92 | 10.33 | 8.29 | - |
| YUV | 80.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 101 | 75 | 0.57 | 0 | 0.26 | 0.60 | 153.1 | 0.4 | 0.28 |
| Hex | 2B | 65 | 4B | 39 | 0 | 1A | 3C | 99 | 28 | 1C |
| Octal | 53 | 145 | 113 | 71 | 0 | 32 | 74 | 231 | 50 | 34 |
| Binary | 101011 | 1100101 | 1001011 | 111001 | 0 | 11010 | 111100 | 10011001 | 101000 | 11100 |
Color Harmonies of #2B654B
Complementary color
Monochromatic Colors of #2B654B
Black with #2B654B
Text Example
Text Example
White with #2B654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B654B; }
p { color: rgb(43,101,75); }
H1.HeaderClassName
{
color: #2B654B;
}
.AnyTagClassName
{
color: #2B654B;
}
</style>
background-color css
<style>
a { background-color: #2B654B; }
a { background-color: rgb(43,101,75); }
div.DivClassName
{
background-color: #2B654B;
}
.BgClassName
{
background-color: #2B654B;
}
</style>
border-color css
<style>
span { border-color: #2B654B; }
span { border-color: rgb(43,101,75); }
td.TdClassName
{
border-color: #2B654B;
}
.TagClassName
{
border-color: #2B654B;
}
</style>