#212D26

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

Shades of Midnight Moss #212D26

Tints of Midnight Moss #212D26

Color information

#212D26 (or 0x212D26) is unknown color: approx Midnight Moss. HEX triplet: 21, 2D and 26. RGB value is (33,45,38). Sum of RGB (Red+Green+Blue) = 33+45+38=116 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.45% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 38 (15.23% from 255 or 32.76% from 116); Max value from RGB is 45 - color contains mainly: green. Hex color #212D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212D26 is #DED2D9. Grayscale: #282828. Windows color (decimal): -14602970 or 2501921. OLE color: 2501921.

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

Color convert

RGB334538-
CMYK0.2700.160.82
HSL145º15.38%15.29%-
HSV(B)145º26.67%17.65%-
XYZ1.922.342.18-
YUV40.61126.52122.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.45%
GREEN value IS 45 (17.97% from 255) = 38.79%
BLUE value IS 38 (15.23% from 255) = 32.76%
R=28.45%
G=38.79%
B=32.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3345380.2700.160.8214515.3815.29
Hex212D261B0105291ff
Octal415546330201222211717
Binary1000011011011001101101101000010100101001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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