#2B6849

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

Shades of Green Pea #2B6849

Tints of Green Pea #2B6849

Color information

#2B6849 (or 0x2B6849) is unknown color: approx Green Pea. HEX triplet: 2B, 68 and 49. RGB value is (43,104,73). Sum of RGB (Red+Green+Blue) = 43+104+73=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 104 - color contains mainly: green. Hex color #2B6849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6849 is #D497B6. Grayscale: #525252. Windows color (decimal): -13932471 or 4810795. OLE color: 4810795.

HSL color Cylindrical-coordinate representation of color #2B6849: hue angle of 149.51º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B6849 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB4310473-
CMYK0.5900.300.59
HSL149.51º41.5%28.82%-
HSV(B)149.51º58.65%40.78%-
XYZ7.1510.98.03-
YUV82.23122.79100.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.55%
GREEN value IS 104 (41.02% from 255) = 47.27%
BLUE value IS 73 (28.91% from 255) = 33.18%
R=19.55%
G=47.27%
B=33.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43104730.5900.300.59149.5141.528.82
Hex2B68493B01E3B96291d
Octal5315011173036732265135
Binary101011110100010010011110110111101110111001011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,104,73); }

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

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

 a { background-color: rgb(43,104,73); }

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

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

 span { border-color: rgb(43,104,73); }

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