#272E2A

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

Shades of Midnight Moss #272E2A

Tints of Midnight Moss #272E2A

Color information

#272E2A (or 0x272E2A) is unknown color: approx Midnight Moss. HEX triplet: 27, 2E and 2A. RGB value is (39,46,42). Sum of RGB (Red+Green+Blue) = 39+46+42=127 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.71% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 46 - color contains mainly: green. Hex color #272E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272E2A is #D8D1D5. Grayscale: #2B2B2B. Windows color (decimal): -14209494 or 2764327. OLE color: 2764327.

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

Color convert

RGB394642-
CMYK0.1500.090.82
HSL145.71º8.24%16.67%-
HSV(B)145.71º15.22%18.04%-
XYZ2.232.552.57-
YUV43.45127.18124.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.71%
GREEN value IS 46 (18.36% from 255) = 36.22%
BLUE value IS 42 (16.80% from 255) = 33.07%
R=30.71%
G=36.22%
B=33.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3946420.1500.090.82145.718.2416.67
Hex272E2AF095292811
Octal475652170111222221021
Binary100111101110101010111101001101001010010010100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,46,42); }

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

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

 a { background-color: rgb(39,46,42); }

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

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

 span { border-color: rgb(39,46,42); }

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