#2B4739

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

Shades of Bottle Green #2B4739

Tints of Bottle Green #2B4739

Color information

#2B4739 (or 0x2B4739) is unknown color: approx Bottle Green. HEX triplet: 2B, 47 and 39. RGB value is (43,71,57). Sum of RGB (Red+Green+Blue) = 43+71+57=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 71 - color contains mainly: green. Hex color #2B4739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4739 is #D4B8C6. Grayscale: #3D3D3D. Windows color (decimal): -13940935 or 3753771. OLE color: 3753771.

HSL color Cylindrical-coordinate representation of color #2B4739: hue angle of 150º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B4739 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.72.

Color convert

RGB437157-
CMYK0.3900.200.72
HSL150º24.56%22.35%-
HSV(B)150º39.44%27.84%-
XYZ3.995.324.69-
YUV61.03125.72115.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.15%
GREEN value IS 71 (28.12% from 255) = 41.52%
BLUE value IS 57 (22.66% from 255) = 33.33%
R=25.15%
G=41.52%
B=33.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4371570.3900.200.7215024.5622.35
Hex2B47392701448961916
Octal5310771470241102263126
Binary10101110001111110011001110101001001000100101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,71,57); }

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

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

 a { background-color: rgb(43,71,57); }

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

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

 span { border-color: rgb(43,71,57); }

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