#2E483A

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

Shades of Bottle Green #2E483A

Tints of Bottle Green #2E483A

Color information

#2E483A (or 0x2E483A) is unknown color: approx Bottle Green. HEX triplet: 2E, 48 and 3A. RGB value is (46,72,58). Sum of RGB (Red+Green+Blue) = 46+72+58=176 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.14% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 72 - color contains mainly: green. Hex color #2E483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E483A is #D1B7C5. Grayscale: #3E3E3E. Windows color (decimal): -13744070 or 3819566. OLE color: 3819566.

HSL color Cylindrical-coordinate representation of color #2E483A: hue angle of 147.69º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2E483A is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB467258-
CMYK0.3600.190.72
HSL147.69º22.03%23.14%-
HSV(B)147.69º36.11%28.24%-
XYZ4.215.524.85-
YUV62.63125.39116.14-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.14%
GREEN value IS 72 (28.52% from 255) = 40.91%
BLUE value IS 58 (23.05% from 255) = 32.95%
R=26.14%
G=40.91%
B=32.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4672580.3600.190.72147.6922.0323.14
Hex2E483A2401348941617
Octal5611072440231102242627
Binary10111010010001110101001000100111001000100101001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,72,58); }

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

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

 a { background-color: rgb(46,72,58); }

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

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

 span { border-color: rgb(46,72,58); }

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