Html Css Color HEX #292D2B Midnight Moss

📋 copy color: '#292D2B'

red 41 ◦ green 45 ◦ blue 43

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

Shades of Midnight Moss #292D2B

Tints of Midnight Moss #292D2B

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 value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.82

RGB Variations

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

Color information

#292D2B (or 0x292D2B) is known color: 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

RGB 41 45 43 -
CMYK 0.09 0 0.04 0.82
HSL 150º 0.05% 0.17% -
HSV(B) 150º 0.09% 0.18% -
XYZ 2.29 2.52 2.65 -
YUV 43.58 127.67 126.16 -
System Red Green Blue C M Y K H S L
Decimal 41 45 43 0.09 0 0.04 0.82 150 0.05 0.17
Hex 29 2D 2B 9 0 4 52 96 5 11
Octal 51 55 53 11 0 4 122 226 5 21
Binary 101001 101101 101011 1001 0 100 1010010 10010110 101 10001

Color Harmonies of #292D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292D2B

Black with #292D2B

Text Example


Text Example

White with #292D2B

Text Example


Text Example

HTML Codes & Css Web 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>