#2B6841

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

Shades of Green Pea #2B6841

Tints of Green Pea #2B6841

Color information

#2B6841 (or 0x2B6841) is unknown color: approx Green Pea. HEX triplet: 2B, 68 and 41. RGB value is (43,104,65). Sum of RGB (Red+Green+Blue) = 43+104+65=212 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.28% from 212); Green value is 104 (41.02% from 255 or 49.06% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 104 - color contains mainly: green. Hex color #2B6841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6841 is #D497BE. Grayscale: #515151. Windows color (decimal): -13932479 or 4286507. OLE color: 4286507.

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

Color convert

RGB4310465-
CMYK0.5900.380.59
HSL141.64º41.5%28.82%-
HSV(B)141.64º58.65%40.78%-
XYZ6.910.86.72-
YUV81.32118.79100.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.28%
GREEN value IS 104 (41.02% from 255) = 49.06%
BLUE value IS 65 (25.78% from 255) = 30.66%
R=20.28%
G=49.06%
B=30.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43104650.5900.380.59141.6441.528.82
Hex2B68413B0263B8e291d
Octal5315010173046732165135
Binary1010111101000100000111101101001101110111000111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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