#262D2A

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

Shades of Midnight Moss #262D2A

Tints of Midnight Moss #262D2A

Color information

#262D2A (or 0x262D2A) is unknown color: approx Midnight Moss. HEX triplet: 26, 2D and 2A. RGB value is (38,45,42). Sum of RGB (Red+Green+Blue) = 38+45+42=125 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.4% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 45 - color contains mainly: green. Hex color #262D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262D2A is #D9D2D5. Grayscale: #2A2A2A. Windows color (decimal): -14275286 or 2764070. OLE color: 2764070.

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

Color convert

RGB384542-
CMYK0.1600.070.82
HSL154.29º8.43%16.27%-
HSV(B)154.29º15.56%17.65%-
XYZ2.162.462.55-
YUV42.56127.68124.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.4%
GREEN value IS 45 (17.97% from 255) = 36%
BLUE value IS 42 (16.80% from 255) = 33.6%
R=30.4%
G=36%
B=33.6%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3845420.1600.070.82154.298.4316.27
Hex262D2A1007529a810
Octal46555220071222321020
Binary100110101101101010100000111101001010011010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,45,42); }

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

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

 a { background-color: rgb(38,45,42); }

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

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

 span { border-color: rgb(38,45,42); }

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