Shades of Green Pea #2B5C41
Tints of Green Pea #2B5C41
RGB
CMYK
RGB Variations
Color information
#2B5C41 (or 0x2B5C41) is known color: Green Pea. HEX triplet: 2B, 5C and 41. RGB value is (43,92,65). Sum of RGB (Red+Green+Blue) = 43+92+65=200 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.5% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 92 - color contains mainly: green. Hex color #2B5C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5C41 is #D4A3BE. Grayscale: #4A4A4A. Windows color (decimal): -13935551 or 4283435. OLE color: 4283435.
HSL color Cylindrical-coordinate representation of color #2B5C41: hue angle of 146.94º 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 #2B5C41 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 92 | 65 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.64 |
| HSL | 146.94º | 0.36% | 0.26% | - |
| HSV(B) | 146.94º | 0.53% | 0.36% | - |
| XYZ | 5.78 | 8.55 | 6.35 | - |
| YUV | 74.27 | 122.77 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 92 | 65 | 0.53 | 0 | 0.29 | 0.64 | 146.94 | 0.36 | 0.26 |
| Hex | 2B | 5C | 41 | 35 | 0 | 1D | 40 | 93 | 24 | 1A |
| Octal | 53 | 134 | 101 | 65 | 0 | 35 | 100 | 223 | 44 | 32 |
| Binary | 101011 | 1011100 | 1000001 | 110101 | 0 | 11101 | 1000000 | 10010011 | 100100 | 11010 |
Color Harmonies of #2B5C41
Complementary color
Monochromatic Colors of #2B5C41
Black with #2B5C41
Text Example
Text Example
White with #2B5C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5C41; }
p { color: rgb(43,92,65); }
H1.HeaderClassName
{
color: #2B5C41;
}
.AnyTagClassName
{
color: #2B5C41;
}
</style>
background-color css
<style>
a { background-color: #2B5C41; }
a { background-color: rgb(43,92,65); }
div.DivClassName
{
background-color: #2B5C41;
}
.BgClassName
{
background-color: #2B5C41;
}
</style>
border-color css
<style>
span { border-color: #2B5C41; }
span { border-color: rgb(43,92,65); }
td.TdClassName
{
border-color: #2B5C41;
}
.TagClassName
{
border-color: #2B5C41;
}
</style>