Shades of Green Pea #2B5F45
Tints of Green Pea #2B5F45
RGB
CMYK
RGB Variations
Color information
#2B5F45 (or 0x2B5F45) is known color: Green Pea. HEX triplet: 2B, 5F and 45. RGB value is (43,95,69). Sum of RGB (Red+Green+Blue) = 43+95+69=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 95 - color contains mainly: green. Hex color #2B5F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5F45 is #D4A0BA. Grayscale: #4C4C4C. Windows color (decimal): -13934779 or 4546347. OLE color: 4546347.
HSL color Cylindrical-coordinate representation of color #2B5F45: hue angle of 150º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B5F45 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.
Color convert
RGB | 43 | 95 | 69 | - |
CMYK | 0.55 | 0 | 0.27 | 0.63 |
HSL | 150º | 0.38% | 0.27% | - |
HSV(B) | 150º | 0.55% | 0.37% | - |
XYZ | 6.16 | 9.13 | 7.07 | - |
YUV | 76.49 | 123.77 | 104.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 95 | 69 | 0.55 | 0 | 0.27 | 0.63 | 150 | 0.38 | 0.27 |
Hex | 2B | 5F | 45 | 37 | 0 | 1B | 3F | 96 | 26 | 1B |
Octal | 53 | 137 | 105 | 67 | 0 | 33 | 77 | 226 | 46 | 33 |
Binary | 101011 | 1011111 | 1000101 | 110111 | 0 | 11011 | 111111 | 10010110 | 100110 | 11011 |
Color Harmonies of #2B5F45
Complementary color
Monochromatic Colors of #2B5F45
Black with #2B5F45
Text Example
Text Example
White with #2B5F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5F45; }
p { color: rgb(43,95,69); }
H1.HeaderClassName
{
color: #2B5F45;
}
.AnyTagClassName
{
color: #2B5F45;
}
</style>
background-color css
<style>
a { background-color: #2B5F45; }
a { background-color: rgb(43,95,69); }
div.DivClassName
{
background-color: #2B5F45;
}
.BgClassName
{
background-color: #2B5F45;
}
</style>
border-color css
<style>
span { border-color: #2B5F45; }
span { border-color: rgb(43,95,69); }
td.TdClassName
{
border-color: #2B5F45;
}
.TagClassName
{
border-color: #2B5F45;
}
</style>