#2B6246

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

Shades of Green Pea #2B6246

Tints of Green Pea #2B6246

Color information

#2B6246 (or 0x2B6246) is unknown color: approx Green Pea. HEX triplet: 2B, 62 and 46. RGB value is (43,98,70). Sum of RGB (Red+Green+Blue) = 43+98+70=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 98 - color contains mainly: green. Hex color #2B6246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6246 is #D49DB9. Grayscale: #4E4E4E. Windows color (decimal): -13934010 or 4612651. OLE color: 4612651.

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

Color convert

RGB439870-
CMYK0.5600.290.62
HSL149.45º39.01%27.65%-
HSV(B)149.45º56.12%38.43%-
XYZ6.479.697.32-
YUV78.36123.28102.78-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.38%
GREEN value IS 98 (38.67% from 255) = 46.45%
BLUE value IS 70 (27.73% from 255) = 33.18%
R=20.38%
G=46.45%
B=33.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4398700.5600.290.62149.4539.0127.65
Hex2B62463801D3E95271c
Octal5314210670035762254734
Binary101011110001010001101110000111011111101001010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,98,70); }

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

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

 a { background-color: rgb(43,98,70); }

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

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

 span { border-color: rgb(43,98,70); }

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