#2D3B39

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

Shades of Aztec #2D3B39

Tints of Aztec #2D3B39

Color information

#2D3B39 (or 0x2D3B39) is unknown color: approx Aztec. HEX triplet: 2D, 3B and 39. RGB value is (45,59,57). Sum of RGB (Red+Green+Blue) = 45+59+57=161 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.95% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 59 - color contains mainly: green. Hex color #2D3B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3B39 is #D2C4C6. Grayscale: #363636. Windows color (decimal): -13812935 or 3750701. OLE color: 3750701.

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

Color convert

RGB455957-
CMYK0.2400.030.77
HSL171.43º13.46%20.39%-
HSV(B)171.43º23.73%23.14%-
XYZ3.383.984.46-
YUV54.59129.36121.16-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.95%
GREEN value IS 59 (23.44% from 255) = 36.65%
BLUE value IS 57 (22.66% from 255) = 35.40%
R=27.95%
G=36.65%
B=35.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4559570.2400.030.77171.4313.4620.39
Hex2D3B3918034Dabd14
Octal55737130031152531524
Binary10110111101111100111000011100110110101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,59,57); }

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

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

 a { background-color: rgb(45,59,57); }

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

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

 span { border-color: rgb(45,59,57); }

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