#2E4F3E

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

Shades of Bottle Green #2E4F3E

Tints of Bottle Green #2E4F3E

Color information

#2E4F3E (or 0x2E4F3E) is unknown color: approx Bottle Green. HEX triplet: 2E, 4F and 3E. RGB value is (46,79,62). Sum of RGB (Red+Green+Blue) = 46+79+62=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 79 - color contains mainly: green. Hex color #2E4F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4F3E is #D1B0C1. Grayscale: #434343. Windows color (decimal): -13742274 or 4083502. OLE color: 4083502.

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

Color convert

RGB467962-
CMYK0.4200.220.69
HSL149.09º26.4%24.51%-
HSV(B)149.09º41.77%30.98%-
XYZ4.796.525.56-
YUV67.19125.07112.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.60%
GREEN value IS 79 (31.25% from 255) = 42.25%
BLUE value IS 62 (24.61% from 255) = 33.16%
R=24.60%
G=42.25%
B=33.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4679620.4200.220.69149.0926.424.51
Hex2E4F3E2A01645951a19
Octal5611776520261052253231
Binary10111010011111111101010100101101000101100101011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,79,62); }

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

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

 a { background-color: rgb(46,79,62); }

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

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

 span { border-color: rgb(46,79,62); }

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