#2E4E3D

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

Shades of Bottle Green #2E4E3D

Tints of Bottle Green #2E4E3D

Color information

#2E4E3D (or 0x2E4E3D) is unknown color: approx Bottle Green. HEX triplet: 2E, 4E and 3D. RGB value is (46,78,61). Sum of RGB (Red+Green+Blue) = 46+78+61=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 78 - color contains mainly: green. Hex color #2E4E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4E3D is #D1B1C2. Grayscale: #424242. Windows color (decimal): -13742531 or 4017710. OLE color: 4017710.

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

Color convert

RGB467861-
CMYK0.4100.220.69
HSL148.12º25.81%24.31%-
HSV(B)148.12º41.03%30.59%-
XYZ4.696.375.4-
YUV66.49124.9113.38-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.86%
GREEN value IS 78 (30.86% from 255) = 42.16%
BLUE value IS 61 (24.22% from 255) = 32.97%
R=24.86%
G=42.16%
B=32.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4678610.4100.220.69148.1225.8124.31
Hex2E4E3D2901645941a18
Octal5611675510261052243230
Binary10111010011101111011010010101101000101100101001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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