#2B684B

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

Shades of Green Pea #2B684B

Tints of Green Pea #2B684B

Color information

#2B684B (or 0x2B684B) is unknown color: approx Green Pea. HEX triplet: 2B, 68 and 4B. RGB value is (43,104,75). Sum of RGB (Red+Green+Blue) = 43+104+75=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 104 - color contains mainly: green. Hex color #2B684B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B684B is #D497B4. Grayscale: #525252. Windows color (decimal): -13932469 or 4941867. OLE color: 4941867.

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

Color convert

RGB4310475-
CMYK0.5900.280.59
HSL151.48º41.5%28.82%-
HSV(B)151.48º58.65%40.78%-
XYZ7.2210.928.38-
YUV82.46123.7999.86-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.37%
GREEN value IS 104 (41.02% from 255) = 46.85%
BLUE value IS 75 (29.69% from 255) = 33.78%
R=19.37%
G=46.85%
B=33.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43104750.5900.280.59151.4841.528.82
Hex2B684B3B01C3B97291d
Octal5315011373034732275135
Binary101011110100010010111110110111001110111001011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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