#2B6940

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

Shades of Green Pea #2B6940

Tints of Green Pea #2B6940

Color information

#2B6940 (or 0x2B6940) is unknown color: approx Green Pea. HEX triplet: 2B, 69 and 40. RGB value is (43,105,64). Sum of RGB (Red+Green+Blue) = 43+105+64=212 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.28% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #2B6940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6940 is #D496BF. Grayscale: #515151. Windows color (decimal): -13932224 or 4221227. OLE color: 4221227.

HSL color Cylindrical-coordinate representation of color #2B6940: hue angle of 140.32º degrees, saturation: 0.42, 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 #2B6940 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB4310564-
CMYK0.5900.390.59
HSL140.32º41.89%29.02%-
HSV(B)140.32º59.05%41.18%-
XYZ6.9710.996.6-
YUV81.79117.96100.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.28%
GREEN value IS 105 (41.41% from 255) = 49.53%
BLUE value IS 64 (25.39% from 255) = 30.19%
R=20.28%
G=49.53%
B=30.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43105640.5900.390.59140.3241.8929.02
Hex2B69403B0273B8c2a1d
Octal5315110073047732145235
Binary1010111101001100000011101101001111110111000110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,105,64); }

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

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

 a { background-color: rgb(43,105,64); }

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

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

 span { border-color: rgb(43,105,64); }

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