#212F26

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

Shades of Midnight Moss #212F26

Tints of Midnight Moss #212F26

Color information

#212F26 (or 0x212F26) is unknown color: approx Midnight Moss. HEX triplet: 21, 2F and 26. RGB value is (33,47,38). Sum of RGB (Red+Green+Blue) = 33+47+38=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 47 - color contains mainly: green. Hex color #212F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212F26 is #DED0D9. Grayscale: #292929. Windows color (decimal): -14602458 or 2502433. OLE color: 2502433.

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

Color convert

RGB334738-
CMYK0.3000.190.82
HSL141.43º17.5%15.69%-
HSV(B)141.43º29.79%18.43%-
XYZ1.992.52.21-
YUV41.79125.86121.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.97%
GREEN value IS 47 (18.75% from 255) = 39.83%
BLUE value IS 38 (15.23% from 255) = 32.20%
R=27.97%
G=39.83%
B=32.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3347380.3000.190.82141.4317.515.69
Hex212F261E013528d1110
Octal415746360231222152120
Binary100001101111100110111100100111010010100011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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