#2B493B

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

Shades of Bottle Green #2B493B

Tints of Bottle Green #2B493B

Color information

#2B493B (or 0x2B493B) is unknown color: approx Bottle Green. HEX triplet: 2B, 49 and 3B. RGB value is (43,73,59). Sum of RGB (Red+Green+Blue) = 43+73+59=175 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.57% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 73 - color contains mainly: green. Hex color #2B493B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B493B is #D4B6C4. Grayscale: #3E3E3E. Windows color (decimal): -13940421 or 3885355. OLE color: 3885355.

HSL color Cylindrical-coordinate representation of color #2B493B: hue angle of 152º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2B493B is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB437359-
CMYK0.4100.190.71
HSL152º25.86%22.75%-
HSV(B)152º41.1%28.63%-
XYZ4.175.595-
YUV62.43126.06114.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.57%
GREEN value IS 73 (28.91% from 255) = 41.71%
BLUE value IS 59 (23.44% from 255) = 33.71%
R=24.57%
G=41.71%
B=33.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4373590.4100.190.7115225.8622.75
Hex2B493B2901347981a17
Octal5311173510231072303227
Binary10101110010011110111010010100111000111100110001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,73,59); }

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

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

 a { background-color: rgb(43,73,59); }

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

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

 span { border-color: rgb(43,73,59); }

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