Shades of Green Pea #2B624A
Tints of Green Pea #2B624A
RGB
CMYK
RGB Variations
Color information
#2B624A (or 0x2B624A) is known color: Green Pea. HEX triplet: 2B, 62 and 4A. RGB value is (43,98,74). Sum of RGB (Red+Green+Blue) = 43+98+74=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #2B624A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B624A is #D49DB5. Grayscale: #4E4E4E. Windows color (decimal): -13934006 or 4874795. OLE color: 4874795.
HSL color Cylindrical-coordinate representation of color #2B624A: hue angle of 153.82º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B624A is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 98 | 74 | - |
| CMYK | 0.56 | 0 | 0.24 | 0.62 |
| HSL | 153.82º | 0.39% | 0.28% | - |
| HSV(B) | 153.82º | 0.56% | 0.38% | - |
| XYZ | 6.6 | 9.74 | 8.01 | - |
| YUV | 78.82 | 125.28 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 98 | 74 | 0.56 | 0 | 0.24 | 0.62 | 153.82 | 0.39 | 0.28 |
| Hex | 2B | 62 | 4A | 38 | 0 | 18 | 3E | 9A | 27 | 1C |
| Octal | 53 | 142 | 112 | 70 | 0 | 30 | 76 | 232 | 47 | 34 |
| Binary | 101011 | 1100010 | 1001010 | 111000 | 0 | 11000 | 111110 | 10011010 | 100111 | 11100 |
Color Harmonies of #2B624A
Complementary color
Monochromatic Colors of #2B624A
Black with #2B624A
Text Example
Text Example
White with #2B624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B624A; }
p { color: rgb(43,98,74); }
H1.HeaderClassName
{
color: #2B624A;
}
.AnyTagClassName
{
color: #2B624A;
}
</style>
background-color css
<style>
a { background-color: #2B624A; }
a { background-color: rgb(43,98,74); }
div.DivClassName
{
background-color: #2B624A;
}
.BgClassName
{
background-color: #2B624A;
}
</style>
border-color css
<style>
span { border-color: #2B624A; }
span { border-color: rgb(43,98,74); }
td.TdClassName
{
border-color: #2B624A;
}
.TagClassName
{
border-color: #2B624A;
}
</style>