#2B4E3C

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

Shades of Bottle Green #2B4E3C

Tints of Bottle Green #2B4E3C

Color information

#2B4E3C (or 0x2B4E3C) is unknown color: approx Bottle Green. HEX triplet: 2B, 4E and 3C. RGB value is (43,78,60). Sum of RGB (Red+Green+Blue) = 43+78+60=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 78 - color contains mainly: green. Hex color #2B4E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4E3C is #D4B1C3. Grayscale: #414141. Windows color (decimal): -13939140 or 3952171. OLE color: 3952171.

HSL color Cylindrical-coordinate representation of color #2B4E3C: hue angle of 149.14º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2B4E3C is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.

Color convert

RGB437860-
CMYK0.4500.230.69
HSL149.14º28.93%23.73%-
HSV(B)149.14º44.87%30.59%-
XYZ4.546.295.25-
YUV65.48124.9111.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.76%
GREEN value IS 78 (30.86% from 255) = 43.09%
BLUE value IS 60 (23.83% from 255) = 33.15%
R=23.76%
G=43.09%
B=33.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4378600.4500.230.69149.1428.9323.73
Hex2B4E3C2D01745951d18
Octal5311674550271052253530
Binary10101110011101111001011010101111000101100101011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,78,60); }

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

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

 a { background-color: rgb(43,78,60); }

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

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

 span { border-color: rgb(43,78,60); }

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