#2A2E2C

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

Shades of Midnight Moss #2A2E2C

Tints of Midnight Moss #2A2E2C

Color information

#2A2E2C (or 0x2A2E2C) is unknown color: approx Midnight Moss. HEX triplet: 2A, 2E and 2C. RGB value is (42,46,44). Sum of RGB (Red+Green+Blue) = 42+46+44=132 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.82% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 46 - color contains mainly: green. Hex color #2A2E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2E2C is #D5D1D3. Grayscale: #2C2C2C. Windows color (decimal): -14012884 or 2895402. OLE color: 2895402.

HSL color Cylindrical-coordinate representation of color #2A2E2C: hue angle of 150º degrees, saturation: 0.05, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #2A2E2C is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.

Color convert

RGB424644-
CMYK0.0900.040.82
HSL150º4.55%17.25%-
HSV(B)150º8.7%18.04%-
XYZ2.392.632.76-
YUV44.58127.67126.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 31.82%
GREEN value IS 46 (18.36% from 255) = 34.85%
BLUE value IS 44 (17.58% from 255) = 33.33%
R=31.82%
G=34.85%
B=33.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4246440.0900.040.821504.5517.25
Hex2A2E2C9045296511
Octal5256541104122226521
Binary1010101011101011001001010010100101001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,46,44); }

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

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

 a { background-color: rgb(42,46,44); }

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

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

 span { border-color: rgb(42,46,44); }

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