#282C2A

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

Shades of Midnight Moss #282C2A

Tints of Midnight Moss #282C2A

Color information

#282C2A (or 0x282C2A) is unknown color: approx Midnight Moss. HEX triplet: 28, 2C and 2A. RGB value is (40,44,42). Sum of RGB (Red+Green+Blue) = 40+44+42=126 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.75% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 44 - color contains mainly: green. Hex color #282C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282C2A is #D7D3D5. Grayscale: #2A2A2A. Windows color (decimal): -14144470 or 2763816. OLE color: 2763816.

HSL color Cylindrical-coordinate representation of color #282C2A: hue angle of 150º degrees, saturation: 0.05, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #282C2A is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.83.

Color convert

RGB404442-
CMYK0.0900.050.83
HSL150º4.76%16.47%-
HSV(B)150º9.09%17.25%-
XYZ2.192.422.54-
YUV42.58127.67126.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 31.75%
GREEN value IS 44 (17.58% from 255) = 34.92%
BLUE value IS 42 (16.80% from 255) = 33.33%
R=31.75%
G=34.92%
B=33.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4044420.0900.050.831504.7616.47
Hex282C2A9055396510
Octal5054521105123226520
Binary1010001011001010101001010110100111001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282C2A; }

 p { color: rgb(40,44,42); }

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

<style>
 a { background-color: #282C2A; }

 a { background-color: rgb(40,44,42); }

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

<style>
 span { border-color: #282C2A; }

 span { border-color: rgb(40,44,42); }

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