#292D2B

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

Shades of Midnight Moss #292D2B

Tints of Midnight Moss #292D2B

Color information

#292D2B (or 0x292D2B) is unknown color: approx Midnight Moss. HEX triplet: 29, 2D and 2B. RGB value is (41,45,43). Sum of RGB (Red+Green+Blue) = 41+45+43=129 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.78% from 129); Green value is 45 (17.97% from 255 or 34.88% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 45 - color contains mainly: green. Hex color #292D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292D2B is #D6D2D4. Grayscale: #2B2B2B. Windows color (decimal): -14078677 or 2829609. OLE color: 2829609.

HSL color Cylindrical-coordinate representation of color #292D2B: 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 #292D2B is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.

Color convert

RGB414543-
CMYK0.0900.040.82
HSL150º4.65%16.86%-
HSV(B)150º8.89%17.65%-
XYZ2.292.522.65-
YUV43.58127.67126.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.78%
GREEN value IS 45 (17.97% from 255) = 34.88%
BLUE value IS 43 (17.19% from 255) = 33.33%
R=31.78%
G=34.88%
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
Decimal4145430.0900.040.821504.6516.86
Hex292D2B9045296511
Octal5155531104122226521
Binary1010011011011010111001010010100101001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292D2B; }

 p { color: rgb(41,45,43); }

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

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

 a { background-color: rgb(41,45,43); }

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

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

 span { border-color: rgb(41,45,43); }

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