#2B6C49

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

Shades of Green Pea #2B6C49

Tints of Green Pea #2B6C49

Color information

#2B6C49 (or 0x2B6C49) is unknown color: approx Green Pea. HEX triplet: 2B, 6C and 49. RGB value is (43,108,73). Sum of RGB (Red+Green+Blue) = 43+108+73=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 108 (42.58% from 255 or 48.21% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 108 - color contains mainly: green. Hex color #2B6C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6C49 is #D493B6. Grayscale: #545454. Windows color (decimal): -13931447 or 4811819. OLE color: 4811819.

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

Color convert

RGB4310873-
CMYK0.6000.320.58
HSL147.69º43.05%29.61%-
HSV(B)147.69º60.19%42.35%-
XYZ7.5611.728.17-
YUV84.57121.4798.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.20%
GREEN value IS 108 (42.58% from 255) = 48.21%
BLUE value IS 73 (28.91% from 255) = 32.59%
R=19.20%
G=48.21%
B=32.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43108730.6000.320.58147.6943.0529.61
Hex2B6C493C0203A942b1e
Octal5315411174040722245336
Binary1010111101100100100111110001000001110101001010010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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