#2B7145

Color #2B7145 Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #2B7145

Tints of Green Pea #2B7145

Color information

#2B7145 (or 0x2B7145) is unknown color: approx Green Pea. HEX triplet: 2B, 71 and 45. RGB value is (43,113,69). Sum of RGB (Red+Green+Blue) = 43+113+69=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #2B7145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7145 is #D48EBA. Grayscale: #575757. Windows color (decimal): -13930171 or 4550955. OLE color: 4550955.

HSL color Cylindrical-coordinate representation of color #2B7145: hue angle of 142.29º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B7145 is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB4311369-
CMYK0.6200.390.56
HSL142.29º44.87%30.59%-
HSV(B)142.29º61.95%44.31%-
XYZ7.9812.757.67-
YUV87.05117.8196.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 19.11%
GREEN value IS 113 (44.53% from 255) = 50.22%
BLUE value IS 69 (27.34% from 255) = 30.67%
R=19.11%
G=50.22%
B=30.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43113690.6200.390.56142.2944.8730.59
Hex2B71453E027388e2d1f
Octal5316110576047702165537
Binary1010111110001100010111111001001111110001000111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B7145; }

 p { color: rgb(43,113,69); }

 H1.HeaderClassName
 {
   color: #2B7145;
 }
 .AnyTagClassName
 {
   color: #2B7145;
 }
</style>
background-color css

<style>
 a { background-color: #2B7145; }

 a { background-color: rgb(43,113,69); }

 div.DivClassName
 {
   background-color: #2B7145;
 }
 .BgClassName
 {
   background-color: #2B7145;
 }
</style>
border-color css

<style>
 span { border-color: #2B7145; }

 span { border-color: rgb(43,113,69); }

 td.TdClassName
 {
   border-color: #2B7145;
 }
 .TagClassName
 {
   border-color: #2B7145;
 }
</style>