Html Css Color HEX #2E4A3C Bottle Green

📋 copy color: '#2E4A3C'

red 46 ◦ green 74 ◦ blue 60

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

Shades of Bottle Green #2E4A3C

Tints of Bottle Green #2E4A3C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 41.11%

 BLUE value IS 60 (23.83% from 255) = 33.33%

R = 25.56%
G = 41.11%
B = 33.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#2E4A3C (or 0x2E4A3C) is known color: Bottle Green. HEX triplet: 2E, 4A and 3C. RGB value is (46,74,60). Sum of RGB (Red+Green+Blue) = 46+74+60=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 74 - color contains mainly: green. Hex color #2E4A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4A3C is #D1B5C3. Grayscale: #404040. Windows color (decimal): -13743556 or 3951150. OLE color: 3951150.

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

Color convert

RGB 46 74 60 -
CMYK 0.38 0 0.19 0.71
HSL 150º 0.23% 0.24% -
HSV(B) 150º 0.38% 0.29% -
XYZ 4.39 5.8 5.16 -
YUV 64.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 46 74 60 0.38 0 0.19 0.71 150 0.23 0.24
Hex 2E 4A 3C 26 0 13 47 96 17 18
Octal 56 112 74 46 0 23 107 226 27 30
Binary 101110 1001010 111100 100110 0 10011 1000111 10010110 10111 11000

Color Harmonies of #2E4A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4A3C

Black with #2E4A3C

Text Example


Text Example

White with #2E4A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,74,60); }

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

background-color css

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

 a { background-color: rgb(46,74,60); }

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

border-color css

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

 span { border-color: rgb(46,74,60); }

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