Shades of Green Pea #2B5E41
Tints of Green Pea #2B5E41
RGB
CMYK
RGB Variations
Color information
#2B5E41 (or 0x2B5E41) is known color: Green Pea. HEX triplet: 2B, 5E and 41. RGB value is (43,94,65). Sum of RGB (Red+Green+Blue) = 43+94+65=202 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.29% from 202); Green value is 94 (37.11% from 255 or 46.53% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 94 - color contains mainly: green. Hex color #2B5E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5E41 is #D4A1BE. Grayscale: #4B4B4B. Windows color (decimal): -13935039 or 4283947. OLE color: 4283947.
HSL color Cylindrical-coordinate representation of color #2B5E41: hue angle of 145.88º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B5E41 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.
Color convert
RGB | 43 | 94 | 65 | - |
CMYK | 0.54 | 0 | 0.31 | 0.63 |
HSL | 145.88º | 0.37% | 0.27% | - |
HSV(B) | 145.88º | 0.54% | 0.37% | - |
XYZ | 5.95 | 8.9 | 6.41 | - |
YUV | 75.45 | 122.1 | 104.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 94 | 65 | 0.54 | 0 | 0.31 | 0.63 | 145.88 | 0.37 | 0.27 |
Hex | 2B | 5E | 41 | 36 | 0 | 1F | 3F | 92 | 25 | 1B |
Octal | 53 | 136 | 101 | 66 | 0 | 37 | 77 | 222 | 45 | 33 |
Binary | 101011 | 1011110 | 1000001 | 110110 | 0 | 11111 | 111111 | 10010010 | 100101 | 11011 |
Color Harmonies of #2B5E41
Complementary color
Monochromatic Colors of #2B5E41
Black with #2B5E41
Text Example
Text Example
White with #2B5E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5E41; }
p { color: rgb(43,94,65); }
H1.HeaderClassName
{
color: #2B5E41;
}
.AnyTagClassName
{
color: #2B5E41;
}
</style>
background-color css
<style>
a { background-color: #2B5E41; }
a { background-color: rgb(43,94,65); }
div.DivClassName
{
background-color: #2B5E41;
}
.BgClassName
{
background-color: #2B5E41;
}
</style>
border-color css
<style>
span { border-color: #2B5E41; }
span { border-color: rgb(43,94,65); }
td.TdClassName
{
border-color: #2B5E41;
}
.TagClassName
{
border-color: #2B5E41;
}
</style>