#242D28

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

Shades of Midnight Moss #242D28

Tints of Midnight Moss #242D28

Color information

#242D28 (or 0x242D28) is unknown color: approx Midnight Moss. HEX triplet: 24, 2D and 28. RGB value is (36,45,40). Sum of RGB (Red+Green+Blue) = 36+45+40=121 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.75% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 45 - color contains mainly: green. Hex color #242D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242D28 is #DBD2D7. Grayscale: #292929. Windows color (decimal): -14406360 or 2632996. OLE color: 2632996.

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

Color convert

RGB364540-
CMYK0.200.110.82
HSL146.67º11.11%15.88%-
HSV(B)146.67º20%17.65%-
XYZ2.052.412.36-
YUV41.74127.02123.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 29.75%
GREEN value IS 45 (17.97% from 255) = 37.19%
BLUE value IS 40 (16.02% from 255) = 33.06%
R=29.75%
G=37.19%
B=33.06%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3645400.200.110.82146.6711.1115.88
Hex242D28140B5293b10
Octal445550240131222231320
Binary1001001011011010001010001011101001010010011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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