#2B7244

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

Shades of Green Pea #2B7244

Tints of Green Pea #2B7244

Color information

#2B7244 (or 0x2B7244) is unknown color: approx Green Pea. HEX triplet: 2B, 72 and 44. RGB value is (43,114,68). Sum of RGB (Red+Green+Blue) = 43+114+68=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #2B7244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7244 is #D48DBB. Grayscale: #575757. Windows color (decimal): -13929916 or 4485675. OLE color: 4485675.

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

Color convert

RGB4311468-
CMYK0.6200.400.55
HSL141.13º45.22%30.78%-
HSV(B)141.13º62.28%44.71%-
XYZ8.0612.977.55-
YUV87.53116.9896.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.11%
GREEN value IS 114 (44.92% from 255) = 50.67%
BLUE value IS 68 (26.95% from 255) = 30.22%
R=19.11%
G=50.67%
B=30.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43114680.6200.400.55141.1345.2230.78
Hex2B72443E028378d2d1f
Octal5316210476050672155537
Binary1010111110010100010011111001010001101111000110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,114,68); }

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

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

 a { background-color: rgb(43,114,68); }

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

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

 span { border-color: rgb(43,114,68); }

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