#212C25

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

Shades of Midnight Moss #212C25

Tints of Midnight Moss #212C25

Color information

#212C25 (or 0x212C25) is unknown color: approx Midnight Moss. HEX triplet: 21, 2C and 25. RGB value is (33,44,37). Sum of RGB (Red+Green+Blue) = 33+44+37=114 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.95% from 114); Green value is 44 (17.58% from 255 or 38.60% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 44 - color contains mainly: green. Hex color #212C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212C25 is #DED3DA. Grayscale: #272727. Windows color (decimal): -14603227 or 2436129. OLE color: 2436129.

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

Color convert

RGB334437-
CMYK0.2500.160.83
HSL141.82º14.29%15.1%-
HSV(B)141.82º25%17.25%-
XYZ1.862.262.09-
YUV39.91126.36123.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.95%
GREEN value IS 44 (17.58% from 255) = 38.60%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=28.95%
G=38.60%
B=32.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3344370.2500.160.83141.8214.2915.1
Hex212C2519010538eef
Octal415445310201232161617
Binary1000011011001001011100101000010100111000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,44,37); }

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

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

 a { background-color: rgb(33,44,37); }

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

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

 span { border-color: rgb(33,44,37); }

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