#2B684C

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

Shades of Green Pea #2B684C

Tints of Green Pea #2B684C

Color information

#2B684C (or 0x2B684C) is unknown color: approx Green Pea. HEX triplet: 2B, 68 and 4C. RGB value is (43,104,76). Sum of RGB (Red+Green+Blue) = 43+104+76=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 104 - color contains mainly: green. Hex color #2B684C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B684C is #D497B3. Grayscale: #525252. Windows color (decimal): -13932468 or 5007403. OLE color: 5007403.

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

Color convert

RGB4310476-
CMYK0.5900.270.59
HSL152.46º41.5%28.82%-
HSV(B)152.46º58.65%40.78%-
XYZ7.2510.948.57-
YUV82.57124.2999.78-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.28%
GREEN value IS 104 (41.02% from 255) = 46.64%
BLUE value IS 76 (30.08% from 255) = 34.08%
R=19.28%
G=46.64%
B=34.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43104760.5900.270.59152.4641.528.82
Hex2B684C3B01B3B98291d
Octal5315011473033732305135
Binary101011110100010011001110110110111110111001100010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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