#262F29

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

Shades of Midnight Moss #262F29

Tints of Midnight Moss #262F29

Color information

#262F29 (or 0x262F29) is unknown color: approx Midnight Moss. HEX triplet: 26, 2F and 29. RGB value is (38,47,41). Sum of RGB (Red+Green+Blue) = 38+47+41=126 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.16% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 47 - color contains mainly: green. Hex color #262F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262F29 is #D9D0D6. Grayscale: #2B2B2B. Windows color (decimal): -14274775 or 2699046. OLE color: 2699046.

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

Color convert

RGB384741-
CMYK0.1900.130.82
HSL140º10.59%16.67%-
HSV(B)140º19.15%18.43%-
XYZ2.222.612.48-
YUV43.62126.52123.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.16%
GREEN value IS 47 (18.75% from 255) = 37.30%
BLUE value IS 41 (16.41% from 255) = 32.54%
R=30.16%
G=37.30%
B=32.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3847410.1900.130.8214010.5916.67
Hex262F29130D528cb11
Octal465751230151222141321
Binary1001101011111010011001101101101001010001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262F29; }

 p { color: rgb(38,47,41); }

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

<style>
 a { background-color: #262F29; }

 a { background-color: rgb(38,47,41); }

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

<style>
 span { border-color: #262F29; }

 span { border-color: rgb(38,47,41); }

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