#2B3938

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

Shades of Aztec #2B3938

Tints of Aztec #2B3938

Color information

#2B3938 (or 0x2B3938) is unknown color: approx Aztec. HEX triplet: 2B, 39 and 38. RGB value is (43,57,56). Sum of RGB (Red+Green+Blue) = 43+57+56=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 57 - color contains mainly: green. Hex color #2B3938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3938 is #D4C6C7. Grayscale: #343434. Windows color (decimal): -13944520 or 3684651. OLE color: 3684651.

HSL color Cylindrical-coordinate representation of color #2B3938: hue angle of 175.71º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2B3938 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB435756-
CMYK0.2500.020.78
HSL175.71º14%19.61%-
HSV(B)175.71º24.56%22.35%-
XYZ3.173.734.29-
YUV52.7129.86121.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.56%
GREEN value IS 57 (22.66% from 255) = 36.54%
BLUE value IS 56 (22.27% from 255) = 35.90%
R=27.56%
G=36.54%
B=35.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4357560.2500.020.78175.711419.61
Hex2B393819024Eb0e14
Octal53717031021162601624
Binary10101111100111100011001010100111010110000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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