#292F2C

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

Shades of Midnight Moss #292F2C

Tints of Midnight Moss #292F2C

Color information

#292F2C (or 0x292F2C) is unknown color: approx Midnight Moss. HEX triplet: 29, 2F and 2C. RGB value is (41,47,44). Sum of RGB (Red+Green+Blue) = 41+47+44=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 47 - color contains mainly: green. Hex color #292F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292F2C is #D6D0D3. Grayscale: #2C2C2C. Windows color (decimal): -14078164 or 2895657. OLE color: 2895657.

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

Color convert

RGB414744-
CMYK0.1300.060.82
HSL150º6.82%17.25%-
HSV(B)150º12.77%18.43%-
XYZ2.392.692.78-
YUV44.86127.51125.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.06%
GREEN value IS 47 (18.75% from 255) = 35.61%
BLUE value IS 44 (17.58% from 255) = 33.33%
R=31.06%
G=35.61%
B=33.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4147440.1300.060.821506.8217.25
Hex292F2CD065296711
Octal5157541506122226721
Binary1010011011111011001101011010100101001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,47,44); }

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

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

 a { background-color: rgb(41,47,44); }

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

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

 span { border-color: rgb(41,47,44); }

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