#2B6E47

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

Shades of Green Pea #2B6E47

Tints of Green Pea #2B6E47

Color information

#2B6E47 (or 0x2B6E47) is unknown color: approx Green Pea. HEX triplet: 2B, 6E and 47. RGB value is (43,110,71). Sum of RGB (Red+Green+Blue) = 43+110+71=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 110 (43.36% from 255 or 49.11% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 110 - color contains mainly: green. Hex color #2B6E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6E47 is #D491B8. Grayscale: #555555. Windows color (decimal): -13930937 or 4681259. OLE color: 4681259.

HSL color Cylindrical-coordinate representation of color #2B6E47: hue angle of 145.07º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B6E47 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.

Color convert

RGB4311071-
CMYK0.6100.350.57
HSL145.07º43.79%30%-
HSV(B)145.07º60.91%43.14%-
XYZ7.7112.127.89-
YUV85.52119.897.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.20%
GREEN value IS 110 (43.36% from 255) = 49.11%
BLUE value IS 71 (28.12% from 255) = 31.70%
R=19.20%
G=49.11%
B=31.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal43110710.6100.350.57145.0743.7930
Hex2B6E473D02339912c1e
Octal5315610775043712215436
Binary1010111101110100011111110101000111110011001000110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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