#2C2E2D

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

Shades of Midnight Moss #2C2E2D

Tints of Midnight Moss #2C2E2D

Color information

#2C2E2D (or 0x2C2E2D) is unknown color: approx Midnight Moss. HEX triplet: 2C, 2E and 2D. RGB value is (44,46,45). Sum of RGB (Red+Green+Blue) = 44+46+45=135 (17% of max value = 765). Red value is 44 (17.58% from 255 or 32.59% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 46 - color contains mainly: green. Hex color #2C2E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2E2D is #D3D1D2. Grayscale: #2D2D2D. Windows color (decimal): -13881811 or 2960940. OLE color: 2960940.

HSL color Cylindrical-coordinate representation of color #2C2E2D: hue angle of 150º degrees, saturation: 0.02, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #2C2E2D is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.

Color convert

RGB444645-
CMYK0.0400.020.82
HSL150º2.22%17.65%-
HSV(B)150º4.35%18.04%-
XYZ2.492.682.87-
YUV45.29127.84127.08-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 32.59%
GREEN value IS 46 (18.36% from 255) = 34.07%
BLUE value IS 45 (17.97% from 255) = 33.33%
R=32.59%
G=34.07%
B=33.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4446450.0400.020.821502.2217.65
Hex2C2E2D4025296212
Octal545655402122226222
Binary1011001011101011011000101010010100101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C2E2D; }

 p { color: rgb(44,46,45); }

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

<style>
 a { background-color: #2C2E2D; }

 a { background-color: rgb(44,46,45); }

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

<style>
 span { border-color: #2C2E2D; }

 span { border-color: rgb(44,46,45); }

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