#2B6B47

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

Shades of Green Pea #2B6B47

Tints of Green Pea #2B6B47

Color information

#2B6B47 (or 0x2B6B47) is unknown color: approx Green Pea. HEX triplet: 2B, 6B and 47. RGB value is (43,107,71). Sum of RGB (Red+Green+Blue) = 43+107+71=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 107 (42.19% from 255 or 48.42% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 107 - color contains mainly: green. Hex color #2B6B47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6B47 is #D494B8. Grayscale: #535353. Windows color (decimal): -13931705 or 4680491. OLE color: 4680491.

HSL color Cylindrical-coordinate representation of color #2B6B47: hue angle of 146.25º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B6B47 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.

Color convert

RGB4310771-
CMYK0.6000.340.58
HSL146.25º42.67%29.41%-
HSV(B)146.25º59.81%41.96%-
XYZ7.3911.487.79-
YUV83.76120.898.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.46%
GREEN value IS 107 (42.19% from 255) = 48.42%
BLUE value IS 71 (28.12% from 255) = 32.13%
R=19.46%
G=48.42%
B=32.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43107710.6000.340.58146.2542.6729.41
Hex2B6B473C0223A922b1d
Octal5315310774042722225335
Binary1010111101011100011111110001000101110101001001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,107,71); }

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

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

 a { background-color: rgb(43,107,71); }

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

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

 span { border-color: rgb(43,107,71); }

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