Html Css Color HEX #242F28 Midnight Moss

📋 copy color: '#242F28'

red 36 ◦ green 47 ◦ blue 40

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

Shades of Midnight Moss #242F28

Tints of Midnight Moss #242F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 32.52%

R = 29.27%
G = 38.21%
B = 32.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.82

RGB Variations

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

Color information

#242F28 (or 0x242F28) is known color: Midnight Moss. HEX triplet: 24, 2F and 28. RGB value is (36,47,40). Sum of RGB (Red+Green+Blue) = 36+47+40=123 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.27% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 47 - color contains mainly: green. Hex color #242F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F28 is #DBD0D7. Grayscale: #2A2A2A. Windows color (decimal): -14405848 or 2633508. OLE color: 2633508.

HSL color Cylindrical-coordinate representation of color #242F28: hue angle of 141.82º 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 #242F28 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.

Color convert

RGB 36 47 40 -
CMYK 0.23 0 0.15 0.82
HSL 141.82º 0.13% 0.16% -
HSV(B) 141.82º 0.23% 0.18% -
XYZ 2.13 2.56 2.39 -
YUV 42.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 36 47 40 0.23 0 0.15 0.82 141.82 0.13 0.16
Hex 24 2F 28 17 0 F 52 8E D 10
Octal 44 57 50 27 0 17 122 216 15 20
Binary 100100 101111 101000 10111 0 1111 1010010 10001110 1101 10000

Color Harmonies of #242F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242F28

Black with #242F28

Text Example


Text Example

White with #242F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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