Html Css Color HEX #292F2B Midnight Moss

📋 copy color: '#292F2B'

red 41 ◦ green 47 ◦ blue 43

#292F2B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Moss #292F2B

Tints of Midnight Moss #292F2B

RGB

 RED value IS 41 (16.41% from 255) = 31.3%

 GREEN value IS 47 (18.75% from 255) = 35.88%

 BLUE value IS 43 (17.19% from 255) = 32.82%

R = 31.3%
G = 35.88%
B = 32.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.82

RGB Variations

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

Color information

#292F2B (or 0x292F2B) is known color: Midnight Moss. HEX triplet: 29, 2F and 2B. RGB value is (41,47,43). Sum of RGB (Red+Green+Blue) = 41+47+43=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 47 - color contains mainly: green. Hex color #292F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292F2B is #D6D0D4. Grayscale: #2C2C2C. Windows color (decimal): -14078165 or 2830121. OLE color: 2830121.

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

Color convert

RGB 41 47 43 -
CMYK 0.13 0 0.09 0.82
HSL 140º 0.07% 0.17% -
HSV(B) 140º 0.13% 0.18% -
XYZ 2.37 2.68 2.68 -
YUV 44.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 41 47 43 0.13 0 0.09 0.82 140 0.07 0.17
Hex 29 2F 2B D 0 9 52 8C 7 11
Octal 51 57 53 15 0 11 122 214 7 21
Binary 101001 101111 101011 1101 0 1001 1010010 10001100 111 10001

Color Harmonies of #292F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292F2B

Black with #292F2B

Text Example


Text Example

White with #292F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #292F2B;
 }
 .AnyTagClassName
 {
   color: #292F2B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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