#2B4E3D

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

Shades of Bottle Green #2B4E3D

Tints of Bottle Green #2B4E3D

Color information

#2B4E3D (or 0x2B4E3D) is unknown color: approx Bottle Green. HEX triplet: 2B, 4E and 3D. RGB value is (43,78,61). Sum of RGB (Red+Green+Blue) = 43+78+61=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 78 - color contains mainly: green. Hex color #2B4E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4E3D is #D4B1C2. Grayscale: #414141. Windows color (decimal): -13939139 or 4017707. OLE color: 4017707.

HSL color Cylindrical-coordinate representation of color #2B4E3D: hue angle of 150.86º 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 #2B4E3D is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB437861-
CMYK0.4500.220.69
HSL150.86º28.93%23.73%-
HSV(B)150.86º44.87%30.59%-
XYZ4.566.35.39-
YUV65.6125.4111.88-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.63%
GREEN value IS 78 (30.86% from 255) = 42.86%
BLUE value IS 61 (24.22% from 255) = 33.52%
R=23.63%
G=42.86%
B=33.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4378610.4500.220.69150.8628.9323.73
Hex2B4E3D2D01645971d18
Octal5311675550261052273530
Binary10101110011101111011011010101101000101100101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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