#212E26

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

Shades of Midnight Moss #212E26

Tints of Midnight Moss #212E26

Color information

#212E26 (or 0x212E26) is unknown color: approx Midnight Moss. HEX triplet: 21, 2E and 26. RGB value is (33,46,38). Sum of RGB (Red+Green+Blue) = 33+46+38=117 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.21% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 38 (15.23% from 255 or 32.48% from 117); Max value from RGB is 46 - color contains mainly: green. Hex color #212E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E26 is #DED1D9. Grayscale: #292929. Windows color (decimal): -14602714 or 2502177. OLE color: 2502177.

HSL color Cylindrical-coordinate representation of color #212E26: hue angle of 143.08º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #212E26 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.82.

Color convert

RGB334638-
CMYK0.2800.170.82
HSL143.08º16.46%15.49%-
HSV(B)143.08º28.26%18.04%-
XYZ1.952.422.2-
YUV41.2126.19122.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.21%
GREEN value IS 46 (18.36% from 255) = 39.32%
BLUE value IS 38 (15.23% from 255) = 32.48%
R=28.21%
G=39.32%
B=32.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3346380.2800.170.82143.0816.4615.49
Hex212E261C011528f10f
Octal415646340211222172017
Binary10000110111010011011100010001101001010001111100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212E26; }

 p { color: rgb(33,46,38); }

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

<style>
 a { background-color: #212E26; }

 a { background-color: rgb(33,46,38); }

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

<style>
 span { border-color: #212E26; }

 span { border-color: rgb(33,46,38); }

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