#213028

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

Shades of Midnight Moss #213028

Tints of Midnight Moss #213028

Color information

#213028 (or 0x213028) is unknown color: approx Midnight Moss. HEX triplet: 21, 30 and 28. RGB value is (33,48,40). Sum of RGB (Red+Green+Blue) = 33+48+40=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 48 - color contains mainly: green. Hex color #213028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213028 is #DECFD7. Grayscale: #2A2A2A. Windows color (decimal): -14602200 or 2633761. OLE color: 2633761.

HSL color Cylindrical-coordinate representation of color #213028: hue angle of 148º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #213028 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.81.

Color convert

RGB334840-
CMYK0.3100.170.81
HSL148º18.52%15.88%-
HSV(B)148º31.25%18.82%-
XYZ2.072.592.4-
YUV42.6126.53121.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.27%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 40 (16.02% from 255) = 33.06%
R=27.27%
G=39.67%
B=33.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3348400.3100.170.8114818.5215.88
Hex2130281F01151941310
Octal416050370211212242320
Binary100001110000101000111110100011010001100101001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213028; }

 p { color: rgb(33,48,40); }

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

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

 a { background-color: rgb(33,48,40); }

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

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

 span { border-color: rgb(33,48,40); }

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