Html Css Color HEX #2E3A37 Aztec

📋 copy color: '#2E3A37'

red 46 ◦ green 58 ◦ blue 55

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

Shades of Aztec #2E3A37

Tints of Aztec #2E3A37

RGB

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

 GREEN value IS 58 (23.05% from 255) = 36.48%

 BLUE value IS 55 (21.88% from 255) = 34.59%

R = 28.93%
G = 36.48%
B = 34.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.77

RGB Variations

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

Color information

#2E3A37 (or 0x2E3A37) is known color: Aztec. HEX triplet: 2E, 3A and 37. RGB value is (46,58,55). Sum of RGB (Red+Green+Blue) = 46+58+55=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 58 - color contains mainly: green. Hex color #2E3A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3A37 is #D1C5C8. Grayscale: #363636. Windows color (decimal): -13747657 or 3619374. OLE color: 3619374.

HSL color Cylindrical-coordinate representation of color #2E3A37: hue angle of 165º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2E3A37 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.77.

Color convert

RGB 46 58 55 -
CMYK 0.21 0 0.05 0.77
HSL 165º 0.12% 0.2% -
HSV(B) 165º 0.21% 0.23% -
XYZ 3.33 3.88 4.19 -
YUV 54.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 46 58 55 0.21 0 0.05 0.77 165 0.12 0.2
Hex 2E 3A 37 15 0 5 4D A5 C 14
Octal 56 72 67 25 0 5 115 245 14 24
Binary 101110 111010 110111 10101 0 101 1001101 10100101 1100 10100

Color Harmonies of #2E3A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3A37

Black with #2E3A37

Text Example


Text Example

White with #2E3A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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