#27302A

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

Shades of Midnight Moss #27302A

Tints of Midnight Moss #27302A

Color information

#27302A (or 0x27302A) is unknown color: approx Midnight Moss. HEX triplet: 27, 30 and 2A. RGB value is (39,48,42). Sum of RGB (Red+Green+Blue) = 39+48+42=129 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30.23% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 48 - color contains mainly: green. Hex color #27302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27302A is #D8CFD5. Grayscale: #2C2C2C. Windows color (decimal): -14208982 or 2764839. OLE color: 2764839.

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

Color convert

RGB394842-
CMYK0.1900.130.81
HSL140º10.34%17.06%-
HSV(B)140º18.75%18.82%-
XYZ2.312.712.59-
YUV44.62126.52123.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.23%
GREEN value IS 48 (19.14% from 255) = 37.21%
BLUE value IS 42 (16.80% from 255) = 32.56%
R=30.23%
G=37.21%
B=32.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3948420.1900.130.8114010.3417.06
Hex27302A130D518ca11
Octal476052230151212141221
Binary1001111100001010101001101101101000110001100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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