Html Css Color HEX #2E483B Bottle Green

📋 copy color: '#2E483B'

red 46 ◦ green 72 ◦ blue 59

#2E483B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bottle Green #2E483B

Tints of Bottle Green #2E483B

RGB

 RED value IS 46 (18.36% from 255) = 25.99%

 GREEN value IS 72 (28.52% from 255) = 40.68%

 BLUE value IS 59 (23.44% from 255) = 33.33%

R = 25.99%
G = 40.68%
B = 33.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#2E483B (or 0x2E483B) is known color: Bottle Green. HEX triplet: 2E, 48 and 3B. RGB value is (46,72,59). Sum of RGB (Red+Green+Blue) = 46+72+59=177 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.99% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 72 - color contains mainly: green. Hex color #2E483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E483B is #D1B7C4. Grayscale: #3E3E3E. Windows color (decimal): -13744069 or 3885102. OLE color: 3885102.

HSL color Cylindrical-coordinate representation of color #2E483B: hue angle of 150º 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 #2E483B is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 46 72 59 -
CMYK 0.36 0 0.18 0.72
HSL 150º 0.22% 0.23% -
HSV(B) 150º 0.36% 0.28% -
XYZ 4.23 5.53 4.98 -
YUV 62.74 125.89 116.06 -
System Red Green Blue C M Y K H S L
Decimal 46 72 59 0.36 0 0.18 0.72 150 0.22 0.23
Hex 2E 48 3B 24 0 12 48 96 16 17
Octal 56 110 73 44 0 22 110 226 26 27
Binary 101110 1001000 111011 100100 0 10010 1001000 10010110 10110 10111

Color Harmonies of #2E483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E483B

Black with #2E483B

Text Example


Text Example

White with #2E483B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E483B;
 }
 .AnyTagClassName
 {
   color: #2E483B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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