#212F27

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

Shades of Midnight Moss #212F27

Tints of Midnight Moss #212F27

Color information

#212F27 (or 0x212F27) is unknown color: approx Midnight Moss. HEX triplet: 21, 2F and 27. RGB value is (33,47,39). Sum of RGB (Red+Green+Blue) = 33+47+39=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 47 (18.75% from 255 or 39.50% from 119); Blue value is 39 (15.62% from 255 or 32.77% from 119); Max value from RGB is 47 - color contains mainly: green. Hex color #212F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212F27 is #DED0D8. Grayscale: #292929. Windows color (decimal): -14602457 or 2567969. OLE color: 2567969.

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

Color convert

RGB334739-
CMYK0.3000.170.82
HSL145.71º17.5%15.69%-
HSV(B)145.71º29.79%18.43%-
XYZ2.012.52.3-
YUV41.9126.36121.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.73%
GREEN value IS 47 (18.75% from 255) = 39.50%
BLUE value IS 39 (15.62% from 255) = 32.77%
R=27.73%
G=39.50%
B=32.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3347390.3000.170.82145.7117.515.69
Hex212F271E01152921110
Octal415747360211222222120
Binary100001101111100111111100100011010010100100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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