#293938

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

Shades of Aztec #293938

Tints of Aztec #293938

Color information

#293938 (or 0x293938) is unknown color: approx Aztec. HEX triplet: 29, 39 and 38. RGB value is (41,57,56). Sum of RGB (Red+Green+Blue) = 41+57+56=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 57 - color contains mainly: green. Hex color #293938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293938 is #D6C6C7. Grayscale: #343434. Windows color (decimal): -14075592 or 3684649. OLE color: 3684649.

HSL color Cylindrical-coordinate representation of color #293938: hue angle of 176.25º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #293938 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB415756-
CMYK0.2800.020.78
HSL176.25º16.33%19.22%-
HSV(B)176.25º28.07%22.35%-
XYZ3.093.684.29-
YUV52.1130.2120.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.62%
GREEN value IS 57 (22.66% from 255) = 37.01%
BLUE value IS 56 (22.27% from 255) = 36.36%
R=26.62%
G=37.01%
B=36.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4157560.2800.020.78176.2516.3319.22
Hex2939381C024Eb01013
Octal51717034021162602023
Binary101001111001111000111000101001110101100001000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293938; }

 p { color: rgb(41,57,56); }

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

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

 a { background-color: rgb(41,57,56); }

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

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

 span { border-color: rgb(41,57,56); }

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