#26302B

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

Shades of Midnight Moss #26302B

Tints of Midnight Moss #26302B

Color information

#26302B (or 0x26302B) is unknown color: approx Midnight Moss. HEX triplet: 26, 30 and 2B. RGB value is (38,48,43). Sum of RGB (Red+Green+Blue) = 38+48+43=129 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.46% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 48 - color contains mainly: green. Hex color #26302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26302B is #D9CFD4. Grayscale: #2C2C2C. Windows color (decimal): -14274517 or 2830374. OLE color: 2830374.

HSL color Cylindrical-coordinate representation of color #26302B: hue angle of 150º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #26302B is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB384843-
CMYK0.2100.100.81
HSL150º11.63%16.86%-
HSV(B)150º20.83%18.82%-
XYZ2.292.72.69-
YUV44.44127.19123.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 29.46%
GREEN value IS 48 (19.14% from 255) = 37.21%
BLUE value IS 43 (17.19% from 255) = 33.33%
R=29.46%
G=37.21%
B=33.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3848430.2100.100.8115011.6316.86
Hex26302B150A5196c11
Octal466053250121212261421
Binary1001101100001010111010101010101000110010110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26302B; }

 p { color: rgb(38,48,43); }

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

<style>
 a { background-color: #26302B; }

 a { background-color: rgb(38,48,43); }

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

<style>
 span { border-color: #26302B; }

 span { border-color: rgb(38,48,43); }

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