Shades of Green Pea #2B5C46
Tints of Green Pea #2B5C46
RGB
CMYK
RGB Variations
Color information
#2B5C46 (or 0x2B5C46) is known color: Green Pea. HEX triplet: 2B, 5C and 46. RGB value is (43,92,70). Sum of RGB (Red+Green+Blue) = 43+92+70=205 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.98% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 92 - color contains mainly: green. Hex color #2B5C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5C46 is #D4A3B9. Grayscale: #4A4A4A. Windows color (decimal): -13935546 or 4611115. OLE color: 4611115.
HSL color Cylindrical-coordinate representation of color #2B5C46: hue angle of 153.06º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B5C46 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 92 | 70 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.64 |
| HSL | 153.06º | 0.36% | 0.26% | - |
| HSV(B) | 153.06º | 0.53% | 0.36% | - |
| XYZ | 5.93 | 8.61 | 7.14 | - |
| YUV | 74.84 | 125.27 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 92 | 70 | 0.53 | 0 | 0.24 | 0.64 | 153.06 | 0.36 | 0.26 |
| Hex | 2B | 5C | 46 | 35 | 0 | 18 | 40 | 99 | 24 | 1A |
| Octal | 53 | 134 | 106 | 65 | 0 | 30 | 100 | 231 | 44 | 32 |
| Binary | 101011 | 1011100 | 1000110 | 110101 | 0 | 11000 | 1000000 | 10011001 | 100100 | 11010 |
Color Harmonies of #2B5C46
Complementary color
Monochromatic Colors of #2B5C46
Black with #2B5C46
Text Example
Text Example
White with #2B5C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5C46; }
p { color: rgb(43,92,70); }
H1.HeaderClassName
{
color: #2B5C46;
}
.AnyTagClassName
{
color: #2B5C46;
}
</style>
background-color css
<style>
a { background-color: #2B5C46; }
a { background-color: rgb(43,92,70); }
div.DivClassName
{
background-color: #2B5C46;
}
.BgClassName
{
background-color: #2B5C46;
}
</style>
border-color css
<style>
span { border-color: #2B5C46; }
span { border-color: rgb(43,92,70); }
td.TdClassName
{
border-color: #2B5C46;
}
.TagClassName
{
border-color: #2B5C46;
}
</style>