#272D29

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

Shades of Midnight Moss #272D29

Tints of Midnight Moss #272D29

Color information

#272D29 (or 0x272D29) is unknown color: approx Midnight Moss. HEX triplet: 27, 2D and 29. RGB value is (39,45,41). Sum of RGB (Red+Green+Blue) = 39+45+41=125 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.2% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 45 - color contains mainly: green. Hex color #272D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272D29 is #D8D2D6. Grayscale: #2A2A2A. Windows color (decimal): -14209751 or 2698535. OLE color: 2698535.

HSL color Cylindrical-coordinate representation of color #272D29: hue angle of 140º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #272D29 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB394541-
CMYK0.1300.090.82
HSL140º7.14%16.47%-
HSV(B)140º13.33%17.65%-
XYZ2.182.472.46-
YUV42.75127.01125.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.2%
GREEN value IS 45 (17.97% from 255) = 36%
BLUE value IS 41 (16.41% from 255) = 32.8%
R=31.2%
G=36%
B=32.8%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3945410.1300.090.821407.1416.47
Hex272D29D09528c710
Octal47555115011122214720
Binary10011110110110100111010100110100101000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272D29; }

 p { color: rgb(39,45,41); }

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

<style>
 a { background-color: #272D29; }

 a { background-color: rgb(39,45,41); }

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

<style>
 span { border-color: #272D29; }

 span { border-color: rgb(39,45,41); }

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