Shades of Green Pea #2D5B43
Tints of Green Pea #2D5B43
RGB
CMYK
RGB Variations
Color information
#2D5B43 (or 0x2D5B43) is known color: Green Pea. HEX triplet: 2D, 5B and 43. RGB value is (45,91,67). Sum of RGB (Red+Green+Blue) = 45+91+67=203 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.17% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 91 - color contains mainly: green. Hex color #2D5B43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5B43 is #D2A4BC. Grayscale: #4A4A4A. Windows color (decimal): -13804733 or 4414253. OLE color: 4414253.
HSL color Cylindrical-coordinate representation of color #2D5B43: hue angle of 148.7º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D5B43 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 91 | 67 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.64 |
| HSL | 148.7º | 0.34% | 0.27% | - |
| HSV(B) | 148.7º | 0.51% | 0.36% | - |
| XYZ | 5.84 | 8.45 | 6.63 | - |
| YUV | 74.51 | 123.76 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 91 | 67 | 0.51 | 0 | 0.26 | 0.64 | 148.7 | 0.34 | 0.27 |
| Hex | 2D | 5B | 43 | 33 | 0 | 1A | 40 | 95 | 22 | 1B |
| Octal | 55 | 133 | 103 | 63 | 0 | 32 | 100 | 225 | 42 | 33 |
| Binary | 101101 | 1011011 | 1000011 | 110011 | 0 | 11010 | 1000000 | 10010101 | 100010 | 11011 |
Color Harmonies of #2D5B43
Complementary color
Monochromatic Colors of #2D5B43
Black with #2D5B43
Text Example
Text Example
White with #2D5B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5B43; }
p { color: rgb(45,91,67); }
H1.HeaderClassName
{
color: #2D5B43;
}
.AnyTagClassName
{
color: #2D5B43;
}
</style>
background-color css
<style>
a { background-color: #2D5B43; }
a { background-color: rgb(45,91,67); }
div.DivClassName
{
background-color: #2D5B43;
}
.BgClassName
{
background-color: #2D5B43;
}
</style>
border-color css
<style>
span { border-color: #2D5B43; }
span { border-color: rgb(45,91,67); }
td.TdClassName
{
border-color: #2D5B43;
}
.TagClassName
{
border-color: #2D5B43;
}
</style>