#2B4839

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

Shades of Bottle Green #2B4839

Tints of Bottle Green #2B4839

Color information

#2B4839 (or 0x2B4839) is unknown color: approx Bottle Green. HEX triplet: 2B, 48 and 39. RGB value is (43,72,57). Sum of RGB (Red+Green+Blue) = 43+72+57=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 72 - color contains mainly: green. Hex color #2B4839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4839 is #D4B7C6. Grayscale: #3D3D3D. Windows color (decimal): -13940679 or 3754027. OLE color: 3754027.

HSL color Cylindrical-coordinate representation of color #2B4839: hue angle of 148.97º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B4839 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB437257-
CMYK0.4000.210.72
HSL148.97º25.22%22.55%-
HSV(B)148.97º40.28%28.24%-
XYZ4.055.444.71-
YUV61.62125.39114.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25%
GREEN value IS 72 (28.52% from 255) = 41.86%
BLUE value IS 57 (22.66% from 255) = 33.14%
R=25%
G=41.86%
B=33.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4372570.4000.210.72148.9725.2222.55
Hex2B48392801548951917
Octal5311071500251102253127
Binary10101110010001110011010000101011001000100101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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