#212E27

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

Shades of Midnight Moss #212E27

Tints of Midnight Moss #212E27

Color information

#212E27 (or 0x212E27) is unknown color: approx Midnight Moss. HEX triplet: 21, 2E and 27. RGB value is (33,46,39). Sum of RGB (Red+Green+Blue) = 33+46+39=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 46 (18.36% from 255 or 38.98% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 46 - color contains mainly: green. Hex color #212E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E27 is #DED1D8. Grayscale: #292929. Windows color (decimal): -14602713 or 2567713. OLE color: 2567713.

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

Color convert

RGB334639-
CMYK0.2800.150.82
HSL147.69º16.46%15.49%-
HSV(B)147.69º28.26%18.04%-
XYZ1.972.422.28-
YUV41.32126.69122.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.97%
GREEN value IS 46 (18.36% from 255) = 38.98%
BLUE value IS 39 (15.62% from 255) = 33.05%
R=27.97%
G=38.98%
B=33.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3346390.2800.150.82147.6916.4615.49
Hex212E271C0F529410f
Octal415647340171222242017
Binary1000011011101001111110001111101001010010100100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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