Html Css Color HEX #272F2A Midnight Moss

📋 copy color: '#272F2A'

red 39 ◦ green 47 ◦ blue 42

#272F2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Moss #272F2A

Tints of Midnight Moss #272F2A

RGB

 RED value IS 39 (15.63% from 255) = 30.47%

 GREEN value IS 47 (18.75% from 255) = 36.72%

 BLUE value IS 42 (16.8% from 255) = 32.81%

R = 30.47%
G = 36.72%
B = 32.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.82

RGB Variations

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

Color information

#272F2A (or 0x272F2A) is known color: Midnight Moss. HEX triplet: 27, 2F and 2A. RGB value is (39,47,42). Sum of RGB (Red+Green+Blue) = 39+47+42=128 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.47% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 47 - color contains mainly: green. Hex color #272F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272F2A is #D8D0D5. Grayscale: #2C2C2C. Windows color (decimal): -14209238 or 2764583. OLE color: 2764583.

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

Color convert

RGB 39 47 42 -
CMYK 0.17 0 0.11 0.82
HSL 142.5º 0.09% 0.17% -
HSV(B) 142.5º 0.17% 0.18% -
XYZ 2.27 2.63 2.58 -
YUV 44.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 39 47 42 0.17 0 0.11 0.82 142.5 0.09 0.17
Hex 27 2F 2A 11 0 B 52 8E 9 11
Octal 47 57 52 21 0 13 122 216 11 21
Binary 100111 101111 101010 10001 0 1011 1010010 10001110 1001 10001

Color Harmonies of #272F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272F2A

Black with #272F2A

Text Example


Text Example

White with #272F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #272F2A;
 }
 .AnyTagClassName
 {
   color: #272F2A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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