#2B684A

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

Shades of Green Pea #2B684A

Tints of Green Pea #2B684A

Color information

#2B684A (or 0x2B684A) is unknown color: approx Green Pea. HEX triplet: 2B, 68 and 4A. RGB value is (43,104,74). Sum of RGB (Red+Green+Blue) = 43+104+74=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 104 - color contains mainly: green. Hex color #2B684A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B684A is #D497B5. Grayscale: #525252. Windows color (decimal): -13932470 or 4876331. OLE color: 4876331.

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

Color convert

RGB4310474-
CMYK0.5900.290.59
HSL150.49º41.5%28.82%-
HSV(B)150.49º58.65%40.78%-
XYZ7.1810.918.21-
YUV82.34123.2999.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.46%
GREEN value IS 104 (41.02% from 255) = 47.06%
BLUE value IS 74 (29.30% from 255) = 33.48%
R=19.46%
G=47.06%
B=33.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43104740.5900.290.59150.4941.528.82
Hex2B684A3B01D3B96291d
Octal5315011273035732265135
Binary101011110100010010101110110111011110111001011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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