#212D27

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

Shades of Midnight Moss #212D27

Tints of Midnight Moss #212D27

Color information

#212D27 (or 0x212D27) is unknown color: approx Midnight Moss. HEX triplet: 21, 2D and 27. RGB value is (33,45,39). Sum of RGB (Red+Green+Blue) = 33+45+39=117 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.21% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 39 (15.62% from 255 or 33.33% from 117); Max value from RGB is 45 - color contains mainly: green. Hex color #212D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212D27 is #DED2D8. Grayscale: #282828. Windows color (decimal): -14602969 or 2567457. OLE color: 2567457.

HSL color Cylindrical-coordinate representation of color #212D27: hue angle of 150º 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 #212D27 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB334539-
CMYK0.2700.130.82
HSL150º15.38%15.29%-
HSV(B)150º26.67%17.65%-
XYZ1.932.352.27-
YUV40.73127.02122.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.21%
GREEN value IS 45 (17.97% from 255) = 38.46%
BLUE value IS 39 (15.62% from 255) = 33.33%
R=28.21%
G=38.46%
B=33.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3345390.2700.130.8215015.3815.29
Hex212D271B0D5296ff
Octal415547330151222261717
Binary100001101101100111110110110110100101001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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