#2B473A

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

Shades of Bottle Green #2B473A

Tints of Bottle Green #2B473A

Color information

#2B473A (or 0x2B473A) is unknown color: approx Bottle Green. HEX triplet: 2B, 47 and 3A. RGB value is (43,71,58). Sum of RGB (Red+Green+Blue) = 43+71+58=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 71 - color contains mainly: green. Hex color #2B473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B473A is #D4B8C5. Grayscale: #3D3D3D. Windows color (decimal): -13940934 or 3819307. OLE color: 3819307.

HSL color Cylindrical-coordinate representation of color #2B473A: hue angle of 152.14º 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 #2B473A is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB437158-
CMYK0.3900.180.72
HSL152.14º24.56%22.35%-
HSV(B)152.14º39.44%27.84%-
XYZ4.015.334.82-
YUV61.15126.22115.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25%
GREEN value IS 71 (28.12% from 255) = 41.28%
BLUE value IS 58 (23.05% from 255) = 33.72%
R=25%
G=41.28%
B=33.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4371580.3900.180.72152.1424.5622.35
Hex2B473A2701248981916
Octal5310772470221102303126
Binary10101110001111110101001110100101001000100110001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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