#2E4B3D

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

Shades of Bottle Green #2E4B3D

Tints of Bottle Green #2E4B3D

Color information

#2E4B3D (or 0x2E4B3D) is unknown color: approx Bottle Green. HEX triplet: 2E, 4B and 3D. RGB value is (46,75,61). Sum of RGB (Red+Green+Blue) = 46+75+61=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 75 - color contains mainly: green. Hex color #2E4B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4B3D is #D1B4C2. Grayscale: #404040. Windows color (decimal): -13743299 or 4016942. OLE color: 4016942.

HSL color Cylindrical-coordinate representation of color #2E4B3D: hue angle of 151.03º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E4B3D is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB467561-
CMYK0.3900.190.71
HSL151.03º23.97%23.73%-
HSV(B)151.03º38.67%29.41%-
XYZ4.495.955.33-
YUV64.73125.89114.64-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.27%
GREEN value IS 75 (29.69% from 255) = 41.21%
BLUE value IS 61 (24.22% from 255) = 33.52%
R=25.27%
G=41.21%
B=33.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4675610.3900.190.71151.0323.9723.73
Hex2E4B3D2701347971818
Octal5611375470231072273030
Binary10111010010111111011001110100111000111100101111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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