#1E3732

Color #1E3732 Aztec (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aztec #1E3732

Tints of Aztec #1E3732

Color information

#1E3732 (or 0x1E3732) is unknown color: approx Aztec. HEX triplet: 1E, 37 and 32. RGB value is (30,55,50). Sum of RGB (Red+Green+Blue) = 30+55+50=135 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.22% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 55 - color contains mainly: green. Hex color #1E3732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3732 is #E1C8CD. Grayscale: #2E2E2E. Windows color (decimal): -14797006 or 3290910. OLE color: 3290910.

HSL color Cylindrical-coordinate representation of color #1E3732: hue angle of 168º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1E3732 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB305550-
CMYK0.4500.090.78
HSL168º29.41%16.67%-
HSV(B)168º45.45%21.57%-
XYZ2.483.243.51-
YUV46.96129.72115.91-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 22.22%
GREEN value IS 55 (21.88% from 255) = 40.74%
BLUE value IS 50 (19.92% from 255) = 37.04%
R=22.22%
G=40.74%
B=37.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3055500.4500.090.7816829.4116.67
Hex1E37322D094Ea81d11
Octal366762550111162503521
Binary11110110111110010101101010011001110101010001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E3732; }

 p { color: rgb(30,55,50); }

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

<style>
 a { background-color: #1E3732; }

 a { background-color: rgb(30,55,50); }

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

<style>
 span { border-color: #1E3732; }

 span { border-color: rgb(30,55,50); }

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