#2B6448

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

Shades of Green Pea #2B6448

Tints of Green Pea #2B6448

Color information

#2B6448 (or 0x2B6448) is unknown color: approx Green Pea. HEX triplet: 2B, 64 and 48. RGB value is (43,100,72). Sum of RGB (Red+Green+Blue) = 43+100+72=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 100 - color contains mainly: green. Hex color #2B6448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6448 is #D49BB7. Grayscale: #4F4F4F. Windows color (decimal): -13933496 or 4744235. OLE color: 4744235.

HSL color Cylindrical-coordinate representation of color #2B6448: hue angle of 150.53º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B6448 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB4310072-
CMYK0.5700.280.61
HSL150.53º39.86%28.04%-
HSV(B)150.53º57%39.22%-
XYZ6.7210.17.73-
YUV79.76123.62101.78-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20%
GREEN value IS 100 (39.45% from 255) = 46.51%
BLUE value IS 72 (28.52% from 255) = 33.49%
R=20%
G=46.51%
B=33.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal43100720.5700.280.61150.5339.8628.04
Hex2B64483901C3D97281c
Octal5314411071034752275034
Binary101011110010010010001110010111001111011001011110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,100,72); }

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

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

 a { background-color: rgb(43,100,72); }

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

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

 span { border-color: rgb(43,100,72); }

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