#24302A

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

Shades of Midnight Moss #24302A

Tints of Midnight Moss #24302A

Color information

#24302A (or 0x24302A) is unknown color: approx Midnight Moss. HEX triplet: 24, 30 and 2A. RGB value is (36,48,42). Sum of RGB (Red+Green+Blue) = 36+48+42=126 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.57% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 48 - color contains mainly: green. Hex color #24302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24302A is #DBCFD5. Grayscale: #2B2B2B. Windows color (decimal): -14405590 or 2764836. OLE color: 2764836.

HSL color Cylindrical-coordinate representation of color #24302A: hue angle of 150º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #24302A is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB364842-
CMYK0.2500.130.81
HSL150º14.29%16.47%-
HSV(B)150º25%18.82%-
XYZ2.22.662.59-
YUV43.73127.02122.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 28.57%
GREEN value IS 48 (19.14% from 255) = 38.10%
BLUE value IS 42 (16.80% from 255) = 33.33%
R=28.57%
G=38.10%
B=33.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3648420.2500.130.8115014.2916.47
Hex24302A190D5196e10
Octal446052310151212261620
Binary1001001100001010101100101101101000110010110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24302A; }

 p { color: rgb(36,48,42); }

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

<style>
 a { background-color: #24302A; }

 a { background-color: rgb(36,48,42); }

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

<style>
 span { border-color: #24302A; }

 span { border-color: rgb(36,48,42); }

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