Html Css Color HEX #242F29 Midnight Moss

📋 copy color: '#242F29'

red 36 ◦ green 47 ◦ blue 41

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

Shades of Midnight Moss #242F29

Tints of Midnight Moss #242F29

RGB

 RED value IS 36 (14.45% from 255) = 29.03%

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

 BLUE value IS 41 (16.41% from 255) = 33.06%

R = 29.03%
G = 37.9%
B = 33.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.82

RGB Variations

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

Color information

#242F29 (or 0x242F29) is known color: Midnight Moss. HEX triplet: 24, 2F and 29. RGB value is (36,47,41). Sum of RGB (Red+Green+Blue) = 36+47+41=124 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.03% from 124); Green value is 47 (18.75% from 255 or 37.90% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 47 - color contains mainly: green. Hex color #242F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F29 is #DBD0D6. Grayscale: #2B2B2B. Windows color (decimal): -14405847 or 2699044. OLE color: 2699044.

HSL color Cylindrical-coordinate representation of color #242F29: hue angle of 147.27º degrees, saturation: 0.13, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #242F29 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB 36 47 41 -
CMYK 0.23 0 0.13 0.82
HSL 147.27º 0.13% 0.16% -
HSV(B) 147.27º 0.23% 0.18% -
XYZ 2.14 2.57 2.48 -
YUV 43.03 126.86 122.99 -
System Red Green Blue C M Y K H S L
Decimal 36 47 41 0.23 0 0.13 0.82 147.27 0.13 0.16
Hex 24 2F 29 17 0 D 52 93 D 10
Octal 44 57 51 27 0 15 122 223 15 20
Binary 100100 101111 101001 10111 0 1101 1010010 10010011 1101 10000

Color Harmonies of #242F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242F29

Black with #242F29

Text Example


Text Example

White with #242F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242F29; }

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

 H1.HeaderClassName
 {
   color: #242F29;
 }
 .AnyTagClassName
 {
   color: #242F29;
 }
</style>

background-color css

<style>
 a { background-color: #242F29; }

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

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

border-color css

<style>
 span { border-color: #242F29; }

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

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